submodule changes and fixed scrolling layout

This commit is contained in:
2026-03-22 12:00:55 +00:00
parent 069ebc591e
commit 6445058e00
4 changed files with 6 additions and 5 deletions

View File

@@ -31,8 +31,8 @@ bind = $submod, space, togglefloating, # toggle the window between focus and flo
bind = Super+SHIFT, S, exec, grimblast copy area bind = Super+SHIFT, S, exec, grimblast copy area
# Move/Change window focus # Move/Change window focus
bind = $mainMod, h, movefocus, l bind = $mainMod, h, layoutmsg, focus l
bind = $mainMod, l, movefocus, r bind = $mainMod, l, layoutmsg, focus r
bind = $mainMod, k, movefocus, u bind = $mainMod, k, movefocus, u
bind = $mainMod, j, movefocus, d bind = $mainMod, j, movefocus, d

View File

@@ -31,7 +31,8 @@ dwindle {
} }
scrolling { scrolling {
column_width = 0.6 column_width = 0.8
follow_min_visible = 0.1
focus_fit_method = 1 focus_fit_method = 1
} }

2
.nixos

Submodule .nixos updated: f3d247f8ca...911930bcc3