diff options
author | NeodarZ <neodarz@neodarz.ovh> | 2016-09-21 20:04:12 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.ovh> | 2016-09-21 20:04:12 +0200 |
commit | afb981f0fe8fa0de77f7451d6907f5094c38f1b5 (patch) | |
tree | 5a1b8a5d09ac2e9be004022a56c47cdf20f59d16 /i3 | |
parent | 28e23d1a94598f03cc8a747763444f34e3ac6aa0 (diff) | |
parent | 54eb451d2a917836f806859d8bfd409892347e7f (diff) | |
download | dotfiles-afb981f0fe8fa0de77f7451d6907f5094c38f1b5.tar.xz dotfiles-afb981f0fe8fa0de77f7451d6907f5094c38f1b5.zip |
update
Diffstat (limited to '')
-rw-r--r-- | i3/config | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,5 @@ -# This file has been auto-generated by i3-config-wizard(1). +exec /home/neodarz/.back.sh +# This file has been auto-generated by i3-config-wiizard(1). # It will not be overwritten, so edit it as you like. # # Should you change your keyboard layout some time, delete @@ -72,7 +73,14 @@ floating_modifier $mod # App bindsym --release $mod+o exec scrot ~/screenshots/%b\ %d-%H:%M:%S.png - +bindsym $mod+Shift+F1 exec terminator -x ranger +bindsym $mod+Shift+F2 exec terminator -x cmus +bindsym $mod+Shift+F3 exec terminator -x mutt +bindsym $mod+Shift+F4 exec terminator -x ssh neodarz.net -p 19977 +bindsym $mod+Shift+F5 exec firefox +bindsym $mod+Shift+F6 exec terminator -x vim +bindsym $mod+Shift+F7 exec terminator -x ncmpcpp +bindsym $mod+Shift+v move morkspace to output right # start a terminal bindsym $mod+Return exec terminator |