Permalink
Browse files

add alt-n key binding to toggle naughty state

  • Loading branch information...
1 parent b7056f5 commit f58957124577e4203d703d0a576ae995687a6ce1 @adam8157 committed Nov 16, 2012
Showing with 1 addition and 0 deletions.
  1. +1 −0 .config/awesome/rc.lua
View
@@ -291,6 +291,7 @@ globalkeys = awful.util.table.join(
naughty.notify({ title="Screenshot", text="The full screen captured" })
end),
+ awful.key({ "Mod1" }, "n", naughty.toggle),
awful.key({ "Mod1" }, "F2", function () awful.util.spawn("gmrun") end),
awful.key({ "Mod1" }, "Left", function () awful.util.spawn("mpc prev") end),
awful.key({ "Mod1" }, "Right", function () awful.util.spawn("mpc next") end),

0 comments on commit f589571

Please sign in to comment.