From 5f27193060543c71522d371c71fb3cd2718758de Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Sep 2013 15:42:53 +1200 Subject: Bind hotkeys for starting calculator etc --- i3/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'i3') diff --git a/i3/config b/i3/config index fd4928e3..82c636ee 100644 --- a/i3/config +++ b/i3/config @@ -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 -- cgit v1.2.3