diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/hyprland.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2f075d1..620dc55 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -28,7 +28,7 @@ general { col.inactive_border = 0xff313244 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse) apply_sens_to_raw = 0 - #layout = "master"; + layout = "master"; resize_on_border = yes extend_border_grab_area = 20 } @@ -119,7 +119,8 @@ dwindle { master { - + new_on_top = true + no_gaps_when_only = false } |
