From 872d952a060460163b267d81cdf677ec3d560535 Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Sat, 29 Jun 2024 12:02:29 +1000 Subject: [PATCH] added vertical/horizontal split keybinds --- .config/i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index a703560..c337246 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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