Custom binding for xd script

This commit is contained in:
crater2150 2016-04-07 11:19:21 +02:00
parent 239adf3e89
commit bc1ad6b59c

View file

@ -86,6 +86,7 @@ local myglobalkeys = awful.util.table.join(
awful.key({ modkey }, "s", binder.spawn("dmsearch")),
awful.key({ modkey }, "x", binder.spawn("dmxrandr")),
awful.key({ modkey, "Shift" }, "x", binder.spawn("xd --dmenu")),
--}}}