diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2024-12-20 12:49:47 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2024-12-20 12:49:47 +0100 |
| commit | 7f0646d713e7284a79abf5f60b82bd1fc5e8abc5 (patch) | |
| tree | a0af5eba0af5da34c94df01d86aa1cb987f5325e /.config/i3 | |
| parent | 2fa513acc7eaf72a158e26bc46f5ff4dec4a2b86 (diff) | |
re-added some stuff that was lost to rebase
Diffstat (limited to '.config/i3')
| -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 |
