added vertical/horizontal split keybinds
This commit is contained in:
@@ -6,7 +6,7 @@ font pango:JetBrainsMonoNerdFont 14
|
|||||||
exec --no-startup-id picom --no-fading-openclose
|
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 feh --bg-fill ~/.wallpapers/1 --bg-fill ~/.wallpapers/2 --bg-fill ~/.wallpapers/3
|
||||||
exec --no-startup-id xrdb -merge ~/.Xresources
|
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 xset s off -dpms
|
||||||
exec --no-startup-id export GTK_THEME="catppuccin-mocha-green-standard+default"
|
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+Up move up
|
||||||
bindsym $mod+Shift+Right move right
|
bindsym $mod+Shift+Right move right
|
||||||
|
|
||||||
|
bindsym $mod+z split h
|
||||||
|
bindsym $mod+v split v
|
||||||
|
|
||||||
# enter fullscreen mode for the focused container
|
# enter fullscreen mode for the focused container
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user