added vertical/horizontal split keybinds

This commit is contained in:
2024-06-29 12:02:29 +10:00
parent 660890b713
commit 872d952a06

View File

@@ -6,7 +6,7 @@ font pango:JetBrainsMonoNerdFont 14
exec --no-startup-id picom --no-fading-openclose
exec --no-startup-id feh --bg-fill ~/.wallpapers/1 --bg-fill ~/.wallpapers/2 --bg-fill ~/.wallpapers/3
exec --no-startup-id xrdb -merge ~/.Xresources
exec --no-startup-id setxkbmap -option caps:escape,shift:both_capslock
exec_always --no-startup-id setxkbmap -option caps:escape,shift:both_capslock
exec --no-startup-id xset s off -dpms
exec --no-startup-id export GTK_THEME="catppuccin-mocha-green-standard+default"
@@ -82,6 +82,9 @@ bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
bindsym $mod+z split h
bindsym $mod+v split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle