diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-02-12 11:20:13 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-02-12 11:20:13 +0100 |
commit | 23395858c68f44afe3dc06d5dbe56f9175484ffc (patch) | |
tree | 6f88a7a248467a83b7e32217adc30bc6703e5910 /config | |
parent | 7af10bdbffadab9c68f500b36d7d7fd550a4e0d7 (diff) | |
download | myconfigs-23395858c68f44afe3dc06d5dbe56f9175484ffc.tar.gz myconfigs-23395858c68f44afe3dc06d5dbe56f9175484ffc.tar.bz2 myconfigs-23395858c68f44afe3dc06d5dbe56f9175484ffc.zip |
Small cleanup
Diffstat (limited to 'config')
-rw-r--r-- | config/i3/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/i3/config b/config/i3/config index 2d90f2c..c794873 100644 --- a/config/i3/config +++ b/config/i3/config @@ -58,13 +58,11 @@ bindsym $mod+e layout toggle split # toggle tiling / floating bindsym $mod+Shift+space floating toggle - # change focus between tiling / floating windows bindsym $mod+space focus mode_toggle # focus the parent container bindsym $mod+a focus parent - # focus the child container bindsym $mod+Shift+a focus child |