changes to hyprland config - adjusted to dwindle changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user