diff options
| author | silly <u65487754@gmail.com> | 2026-03-31 07:30:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-31 07:30:17 +0200 |
| commit | ee968d79d45d76505f6943870bfce26b99a9524f (patch) | |
| tree | 691fc8d6c12e956df8e000dc0543108d29f94908 /.config/hypr/hyprland.conf | |
| parent | ee035a4fcf753f9bae8fc11a8da0499311a2a24f (diff) | |
Update hyprland.conf
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 31dbe08..c27b539 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -22,8 +22,8 @@ general { gaps_in = 5 # @dynamic_gaps_in gaps_out = 10 # @dynamic_gaps_out border_size = 0 # @dynamic_border - resize_on_border = false - allow_tearing = false + resize_on_border = 0 + allow_tearing = 0 layout = dwindle } @@ -87,7 +87,6 @@ misc { } dwindle { - pseudotile = true preserve_split = true } @@ -99,8 +98,6 @@ bind = $mainMod, E, exec, $fileManager bind = $mainMod, B, exec, $browser bind = $mainMod, V, togglefloating bind = $mainMod, R, exec, $menu -bind = $mainMod, P, pseudo -bind = $mainMod, J, togglesplit bind = $mainMod, F, fullscreen, 0 bind = $mainMod, Tab, workspace, m+1 bind = ALT, S, exec, grim -g "$(slurp)" - | wl-copy |
