summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-06-23 07:02:41 +0200
committerache <ache@ache.one>2019-06-23 07:02:41 +0200
commit2b1c6d289a915eeb8c893a6690a0b4cf4d2d3b80 (patch)
tree104a4ce6f3b0cb3ae5841bf5fe18b89576486328
parentToggle email notification (diff)
parentNotif clean (diff)
Merge branch 'master' of srv:git/awesome
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index 04439e0..099d9c4 100644
--- a/rc.lua
+++ b/rc.lua
@@ -577,7 +577,7 @@ awful.key({ modkey, "Shift" }, "s", hotkeys_popup.show_help, {descriptio
awful.key({ modkey, "Mod1" }, "F2", function ()
awful.util.spawn("roxterm -e fish -c mutt") end,
{description = "mutt", group = "awesome"}),
- awful.key({ "Control" }, "F3", function ()
+ awful.key({ modkey, "Control" }, "F3", function ()
naughty.destroy_all_notifications(nil,naughty.notificationClosedReason.dismissedByUser)
end),