diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-10-22 21:47:23 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-10-22 21:47:23 +1300 |
commit | 85ec8af8b26e0e17d805df5aceed18a719d9d250 (patch) | |
tree | 5be403dd72eeabb30e6852c8256839aaa72380f0 /i3 | |
parent | I have a *nix laptop now, so need to watch battery (diff) | |
download | dotfiles-85ec8af8b26e0e17d805df5aceed18a719d9d250.tar.gz dotfiles-85ec8af8b26e0e17d805df5aceed18a719d9d250.zip |
Remove st(1) from dotfiles
Keeping it installed but will continue using urxvt(1) as the actual
workhorse
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 st +bindsym $mod+Return exec urxvtcd # Mod+Shift+c kills the focussed window bindsym $mod+Shift+c kill |