This commit is contained in:
tavo 2025-10-16 16:34:41 -06:00
parent 558991269f
commit 5fc8b61d1d
2 changed files with 8 additions and 0 deletions

View file

@ -85,6 +85,11 @@ bindsym $mod+Shift+b bar mode toggle
bindsym $mod+n split horizontal; layout tabbed bindsym $mod+n split horizontal; layout tabbed
bindsym $mod+s sticky toggle bindsym $mod+s sticky toggle
bindsym $mod+Ctrl+l resize shrink width 5 px or 5 ppt
bindsym $mod+Ctrl+k resize grow height 5 px or 5 ppt
bindsym $mod+Ctrl+j resize shrink height 5 px or 5 ppt
bindsym $mod+Ctrl+h resize grow width 5 px or 5 ppt
smart_gaps on smart_gaps on
hide_edge_borders smart hide_edge_borders smart
client.focused $col_sb $col_sb $col_sf $col_nb $col_sb client.focused $col_sb $col_sb $col_sf $col_nb $col_sb

3
scripts/em Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
emacsclient -c -a '' $@