Allow reloading of keybindings without restarting awesome

This commit is contained in:
Alexander Gehrke 2020-07-22 14:32:46 +02:00
parent bb4e0cfd29
commit 34f210646e
3 changed files with 88 additions and 64 deletions

View file

@ -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")),
--}}}