diff --git a/hypr/conf/layouts/default.conf b/hypr/conf/layouts/default.conf index 495e748..c705769 100644 --- a/hypr/conf/layouts/default.conf +++ b/hypr/conf/layouts/default.conf @@ -9,7 +9,7 @@ dwindle { master { # new_is_master = true - new_status = master + # new_status = master } gestures { diff --git a/hypr/conf/layouts/laptop.conf b/hypr/conf/layouts/laptop.conf index ea3da3f..ffc027b 100644 --- a/hypr/conf/layouts/laptop.conf +++ b/hypr/conf/layouts/laptop.conf @@ -9,7 +9,7 @@ dwindle { master { # new_is_master = true - new_status = master + # new_status = master } gestures { diff --git a/hypr/conf/windows/border-1-reverse.conf b/hypr/conf/windows/border-1-reverse.conf index 671957c..fb233e7 100644 --- a/hypr/conf/windows/border-1-reverse.conf +++ b/hypr/conf/windows/border-1-reverse.conf @@ -10,4 +10,5 @@ general { col.active_border = rgba(ffffffff) col.inactive_border = $color11 layout = dwindle + resize_on_border = true } diff --git a/hypr/conf/windows/border-1.conf b/hypr/conf/windows/border-1.conf index cd09761..9f3283b 100644 --- a/hypr/conf/windows/border-1.conf +++ b/hypr/conf/windows/border-1.conf @@ -10,4 +10,5 @@ general { col.active_border = $color11 col.inactive_border = rgba(ffffffff) layout = dwindle + resize_on_border = true } diff --git a/hypr/conf/windows/border-2-reverse.conf b/hypr/conf/windows/border-2-reverse.conf index 4124390..da6dcf5 100644 --- a/hypr/conf/windows/border-2-reverse.conf +++ b/hypr/conf/windows/border-2-reverse.conf @@ -10,4 +10,5 @@ general { col.active_border = rgba(ffffffff) col.inactive_border = $color11 layout = dwindle + resize_on_border = true } diff --git a/hypr/conf/windows/border-2.conf b/hypr/conf/windows/border-2.conf index b880c5d..a37cde1 100644 --- a/hypr/conf/windows/border-2.conf +++ b/hypr/conf/windows/border-2.conf @@ -10,4 +10,5 @@ general { col.active_border = $color11 col.inactive_border = rgba(ffffffff) layout = dwindle + resize_on_border = true } diff --git a/hypr/conf/windows/border-3-reverse.conf b/hypr/conf/windows/border-3-reverse.conf index afe2c99..157ae7b 100644 --- a/hypr/conf/windows/border-3-reverse.conf +++ b/hypr/conf/windows/border-3-reverse.conf @@ -10,4 +10,5 @@ general { col.active_border = rgba(ffffffff) col.inactive_border = $color11 layout = dwindle + resize_on_border = true } diff --git a/hypr/conf/windows/border-3.conf b/hypr/conf/windows/border-3.conf index 9ac7993..1b52af4 100644 --- a/hypr/conf/windows/border-3.conf +++ b/hypr/conf/windows/border-3.conf @@ -10,4 +10,5 @@ general { col.active_border = $color11 col.inactive_border = rgba(ffffffff) layout = dwindle + resize_on_border = true } diff --git a/hypr/conf/windows/border-4-reverse.conf b/hypr/conf/windows/border-4-reverse.conf index 4af6c24..05c51fe 100644 --- a/hypr/conf/windows/border-4-reverse.conf +++ b/hypr/conf/windows/border-4-reverse.conf @@ -10,4 +10,5 @@ general { col.active_border = rgba(ffffffff) col.inactive_border = $color11 layout = dwindle + resize_on_border = true } diff --git a/hypr/conf/windows/border-4.conf b/hypr/conf/windows/border-4.conf index dcc1d04..f437e98 100644 --- a/hypr/conf/windows/border-4.conf +++ b/hypr/conf/windows/border-4.conf @@ -10,4 +10,5 @@ general { col.active_border = $color11 col.inactive_border = rgba(ffffffff) layout = dwindle + resize_on_border = true } diff --git a/hypr/conf/windows/default.conf b/hypr/conf/windows/default.conf index 9ac7993..1b52af4 100644 --- a/hypr/conf/windows/default.conf +++ b/hypr/conf/windows/default.conf @@ -10,4 +10,5 @@ general { col.active_border = $color11 col.inactive_border = rgba(ffffffff) layout = dwindle + resize_on_border = true } diff --git a/hypr/conf/windows/no-border-more-gaps.conf b/hypr/conf/windows/no-border-more-gaps.conf index 14df4cd..383aa72 100644 --- a/hypr/conf/windows/no-border-more-gaps.conf +++ b/hypr/conf/windows/no-border-more-gaps.conf @@ -10,4 +10,5 @@ general { col.active_border = $color11 col.inactive_border = rgba(ffffffff) layout = dwindle + resize_on_border = true } diff --git a/hypr/conf/windows/no-border.conf b/hypr/conf/windows/no-border.conf index 1563908..71ff4e5 100644 --- a/hypr/conf/windows/no-border.conf +++ b/hypr/conf/windows/no-border.conf @@ -10,4 +10,5 @@ general { col.active_border = $color11 col.inactive_border = rgba(ffffffff) layout = dwindle + resize_on_border = true }