diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 15:42:53 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 15:42:53 +1200 |
commit | 5f27193060543c71522d371c71fb3cd2718758de (patch) | |
tree | 84fae1cc6fd53ed4e5b16b78424efdae21f1dc85 /i3 | |
parent | Bind keys for controlling music player (diff) | |
download | dotfiles-5f27193060543c71522d371c71fb3cd2718758de.tar.gz dotfiles-5f27193060543c71522d371c71fb3cd2718758de.zip |
Bind hotkeys for starting calculator etc
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -108,6 +108,12 @@ bindsym XF86AudioPlay exec ncmpcpp toggle bindsym XF86AudioNext exec ncmpcpp next bindsym XF86AudioPrev exec ncmpcpp prev +# Special modifier keys run calculator, Thunar, mutt, and Firefox +bindsym XF86Calculator exec urxvtcd -e bc +bindsym XF86Explorer exec thunar +bindsym XF86Mail exec urxvtcd -e mutt +bindsym XF86HomePage exec firefox + # i3bar at bottom of screen bar { font pango:Verdana 7 |