Allow reloading of keybindings without restarting awesome
This commit is contained in:
parent
bb4e0cfd29
commit
34f210646e
3 changed files with 88 additions and 64 deletions
|
@ -133,6 +133,8 @@ local myglobalkeys = awful.util.table.join(
|
|||
awful.key({ modkey }, "x", binder.spawn("dmxrandr")),
|
||||
awful.key({ modkey, "Shift" }, "x", binder.spawn("xd --dmenu")),
|
||||
awful.key({ modkey }, "z", binder.spawn("dmumount")),
|
||||
awful.key({ modkey }, "p", binder.spawn("passmenu --type")),
|
||||
awful.key({ modkey, "Shift" }, "p", binder.spawn("passmenu")),
|
||||
|
||||
--}}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue