summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-05-26 12:02:19 +0000
committerache <ache@ache.one>2017-05-26 12:02:19 +0000
commitc09b00454efff592e777750eab3a7707b94d3459 (patch)
treee34d59d98ee9163ac5291a2e56df8044d1ec0dd1
parentBorders are now red (diff)
mutt by F2
-rw-r--r--rc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/rc.lua b/rc.lua
index 73395ab..9759370 100644
--- a/rc.lua
+++ b/rc.lua
@@ -414,6 +414,8 @@ globalkeys = awful.util.table.join(
awful.util.spawn("mpc prev") end),
awful.key({ modkey}, "F1", function ()
awful.util.spawn("roxterm -e bash -c \"mpd;mpc random on;mpc repeat on;ncmpcpp\"") end),
+ awful.key({ modkey}, "F2", function ()
+ awful.util.spawn("roxterm -e mutt") end),
awful.key({ modkey, "Mod1"}, "f", function () awful.util.spawn("firefox") end),
awful.key({ modkey, }, "t", function () awful.util.spawn("uzbl-browser") end),