diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-28 23:51:19 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-28 23:51:19 +1200 |
commit | 7b8f205c5fc2a630a345bfa93de2e4ae95594a69 (patch) | |
tree | cdf4ef050d1f3915623931983fbbcfc20c8e46db /i3 | |
parent | Use spaces not tabs in st terminfo for consistency (diff) | |
download | dotfiles-7b8f205c5fc2a630a345bfa93de2e4ae95594a69.tar.gz dotfiles-7b8f205c5fc2a630a345bfa93de2e4ae95594a69.zip |
Trying out st(1) again for a bit
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ bindsym $mod+Shift+r restart bindsym $mod+Shift+q exit # Mod+Enter starts a terminal -bindsym $mod+Return exec urxvtcd +bindsym $mod+Return exec st # Mod+Shift+c kills the focussed window bindsym $mod+Shift+c kill |