summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-04-28 07:00:46 +0200
committerache <ache@ache.one>2019-04-28 07:00:46 +0200
commitda8b313dc1945830d351128f9a2092da97cb9b35 (patch)
tree98c641eb52d7ed5b05efa174dffb18ab7b5942b1
parentKill session (diff)
Notif clean
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index 6d58ff6..6d192f5 100644
--- a/rc.lua
+++ b/rc.lua
@@ -576,7 +576,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),