From 7f0646d713e7284a79abf5f60b82bd1fc5e8abc5 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 20 Dec 2024 12:49:47 +0100 Subject: re-added some stuff that was lost to rebase --- .config/i3/config | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to '.config/i3/config') diff --git a/.config/i3/config b/.config/i3/config index 18dfc51..08ee40a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -48,11 +48,11 @@ bindsym $mod+Shift+C kill bindsym $mod+Shift+F exec firefox -P default-release bindsym $mod+Shift+B exec firefox -P less-strict bindsym $mod+Shift+E exec emacsclient -c -a "" -bindsym $mod+z exec boomer -bindsym $mod+m exec mpdmenu bindsym $mod+Shift+M exec mpdinfo -bindsym $mod+b exec bm -o bindsym $mod+Control+b exec bm -y +bindsym $mod+b exec bm -o +bindsym $mod+m exec mpdmenu +bindsym $mod+z exec boomer bindsym --release Print exec scrot -u -e 'mv $f ~/pics/' bindsym --release $mod+Print exec scrot -s -e 'mv $f ~/pics/' @@ -68,11 +68,14 @@ bindsym $mod+Shift+J move down bindsym $mod+Shift+K move up bindsym $mod+Shift+L move right +bindsym $mod-Shift+Control+H move workspace to output left +bindsym $mod-Shift+Control+L move workspace to output right + # split in horizontal orientation -bindsym $mod+s split v +bindsym $mod+s split h # split in vertical orientation -bindsym $mod+v split h +bindsym $mod+v split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle -- cgit v1.2.3