diff options
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 13 |
1 files changed, 8 insertions, 5 deletions
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 |
