From bc1ad6b59c69018e374ec3097ffaa75f01bc9068 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Thu, 7 Apr 2016 11:19:21 +0200 Subject: [PATCH] Custom binding for xd script --- mybindings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mybindings.lua b/mybindings.lua index 4b4ed36..54d5d36 100644 --- a/mybindings.lua +++ b/mybindings.lua @@ -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")), --}}}