Skip to content

Commit

Permalink
add alt-n key binding to toggle naughty state
Browse files Browse the repository at this point in the history
  • Loading branch information
adam8157 committed Nov 16, 2012
1 parent b7056f5 commit f589571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/awesome/rc.lua
Expand Up @@ -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),
Expand Down

0 comments on commit f589571

Please sign in to comment.