diff options
author | Adrian Kummerlaender | 2015-09-20 22:55:06 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2015-09-20 22:55:06 +0200 |
commit | 12ff0ea91cafe26a5357b5e03708f75454765d74 (patch) | |
tree | 4be8f71b87643076fe33b158e1037559fbd3ce3c | |
parent | fe76d1d218f5168e5a42a98e7116695db4d5000b (diff) | |
download | dotfiles-12ff0ea91cafe26a5357b5e03708f75454765d74.tar dotfiles-12ff0ea91cafe26a5357b5e03708f75454765d74.tar.gz dotfiles-12ff0ea91cafe26a5357b5e03708f75454765d74.tar.bz2 dotfiles-12ff0ea91cafe26a5357b5e03708f75454765d74.tar.lz dotfiles-12ff0ea91cafe26a5357b5e03708f75454765d74.tar.xz dotfiles-12ff0ea91cafe26a5357b5e03708f75454765d74.tar.zst dotfiles-12ff0ea91cafe26a5357b5e03708f75454765d74.zip |
Add _vim-like_ keybindings for workspace switching
* makes it easier to switch workspaces when using the laptop in an actual lap
-rw-r--r-- | i3wm/.i3/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 4d60d5b..14001bd 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -42,7 +42,9 @@ bindsym $mod+9 workspace 9 bindsym $mod+0 workspace 0 bindsym Control+Mod1+Right workspace next_on_output +bindsym Control+Mod1+l workspace next_on_output bindsym Control+Mod1+Left workspace prev_on_output +bindsym Control+Mod1+h workspace prev_on_output bindsym Control+Mod1+Down move workspace to output right bindsym $mod+Shift+exclam move container to workspace 1 @@ -107,7 +109,7 @@ bindsym $alt+space exec --no-startup-id passman submitform bindsym $mod+space exec --no-startup-id ~/.i3/dmenu_run.sh bindsym Control+space exec --no-startup-id ~/.i3/apply_layout.sh -bindsym Control+Mod1+l exec --no-startup-id i3lock -c 000000 +bindsym Mod1+l exec --no-startup-id i3lock -c 000000 bindsym Control+Mod1+m exec --no-startup-id ~/.screenlayout/mobile.sh bindsym Control+Mod1+d exec --no-startup-id ~/.screenlayout/docked.sh bindsym Control+Mod1+v exec --no-startup-id ~/.screenlayout/docked_vertical.sh |