diff options
author | NeodarZ <neodarz@neodarz.ovh> | 2016-09-18 19:08:55 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.ovh> | 2016-09-18 19:08:55 +0200 |
commit | 54eb451d2a917836f806859d8bfd409892347e7f (patch) | |
tree | bb5e3e0a04be06974e68c530c2f77a92ed27dc74 /i3 | |
parent | 051235f0be45b859dc1ca0c90c171123f5efb45d (diff) | |
download | dotfiles-54eb451d2a917836f806859d8bfd409892347e7f.tar.xz dotfiles-54eb451d2a917836f806859d8bfd409892347e7f.zip |
Edit i3 & add vim
Diffstat (limited to 'i3')
-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 |