diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-14 13:49:16 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-14 13:49:16 +0200 |
commit | 0c386baf4f6d24cbdf22a2df21935dd029f12277 (patch) | |
tree | 7a51890ed4caf0074cf34814cfcf2f8bcbd69c04 /i3/config | |
parent | 89d3b8492a3ae3fe7c95e3dcbe4b0a1d4149b410 (diff) | |
download | dotfiles-0c386baf4f6d24cbdf22a2df21935dd029f12277.tar.xz |
i3: Change keybindings slightly to fit dvorak better
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -21,12 +21,12 @@ bindsym $mod+Shift+j move down bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right -bindsym $mod+b split h +bindsym $mod+w split h bindsym $mod+v split v bindsym $mod+f fullscreen bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed +bindsym $mod+t layout tabbed bindsym $mod+e layout toggle split bindsym $mod+Shift+space floating toggle # change focus between tiling / floating windows @@ -153,9 +153,9 @@ bindsym XF86AudioRaiseVolume exec volumecontrol.bash raise bindsym XF86ScreenSaver exec screenlock.bash new_window 1pixel -bindsym $mod+t border normal -bindsym $mod+y border 1pixel -bindsym $mod+u border none +bindsym $mod+b border normal +bindsym $mod+p border 1pixel +bindsym $mod+n border none for_window [class="Gifview"] floating enable |