changes to hyprland config - adjusted to dwindle changes

This commit is contained in:
2026-05-15 16:54:28 -07:00
parent 44ed447f60
commit 7a9fd83a46
6 changed files with 25 additions and 8 deletions

View File

@@ -12,7 +12,8 @@ bind = $mainModu SHIFT, B, exec, $browser2
bind = $mainMod, C, killactive,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, F, togglefloating,
bind = $mainMod, J, togglesplit, # dwindle
#bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, J, layoutmsg, togglesplit dwindle
bind = $mainMod, L, exec, hyprlock
bind = $mainMod, M, exit,
bind = $mainMod, N, exec, swaync-client -t -sw

View File

@@ -13,6 +13,8 @@ input {
# Change speed of keyboard repeat
# repeat_rate = 40
# repeat_delay = 600
accel_profile = flat
#force_no_accel = true
follow_mouse = 1
numlock_by_default = true

View File

@@ -63,7 +63,6 @@ decoration {
#layerrule = ignorezero, waybar
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this
}

View File

@@ -12,4 +12,4 @@ windowrule = suppress_event maximize, match:class .*
windowrule = opacity 0.97 0.9, match:class .*
# Runelite specific rule
windowrule = match:class ^(net-runelite-client-RuneLite)$, float on, size 1600 850, center on
#windowrule = match:class ^(net-runelite-client-RuneLite)$, float on, size 1600 850, center on