diff options
author | Alan Pearce | 2017-08-18 21:19:04 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-18 21:19:04 +0200 |
commit | 0c21ad07bc5297c6bb246edeea54898e5d310176 (patch) | |
tree | 35cc1fc485798bb0fecee36c3b700bbffccfd97e /i3 | |
parent | adf318d893aef62e013b6efeaf7af7afdc867586 (diff) | |
download | dotfiles-0c21ad07bc5297c6bb246edeea54898e5d310176.tar.lz dotfiles-0c21ad07bc5297c6bb246edeea54898e5d310176.tar.zst dotfiles-0c21ad07bc5297c6bb246edeea54898e5d310176.zip |
i3: Tweak keybinds
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index d0863f2..d67dcd3 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -73,7 +73,7 @@ bindsym $mod+Return exec st bindsym $mod+Shift+w kill # start dmenu (a program launcher) -bindsym $mod+p exec dmenu_run +bindsym $mod+Shift+r exec dmenu_run # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. @@ -113,15 +113,15 @@ bindsym $mod+v split v bindsym $mod+F11 fullscreen toggle # change container layout (stacked, tabbed, toggle split) -bindsym $mod+s layout stacking -bindsym $mod+t layout tabbed -bindsym $mod+r layout toggle split +bindsym $mod+Shift+s layout stacking +bindsym $mod+Shift+t layout tabbed +bindsym $mod+Shift+v layout toggle split # toggle tiling / floating bindsym $mod+Shift+f floating toggle # change focus between tiling / floating windows -bindsym $mod+f focus mode_toggle +bindsym $mod+t focus mode_toggle # focus the parent container bindsym $mod+a focus parent |