diff --git a/configs/awesome/binds/awesome.lua b/configs/awesome/binds/awesome.lua index a530aea..6993584 100644 --- a/configs/awesome/binds/awesome.lua +++ b/configs/awesome/binds/awesome.lua @@ -11,6 +11,16 @@ globalkeys = Gears.table.join( } ), + Awful.key( + { Modkey, "Shift" }, "p", + function() Awful.spawn("doorsbg") end, + awesome.restart, + { + description = "set new random wallpaper/color scheme", + group = "awesome" + } + ), + Awful.key( { Modkey, }, "BackSpace", awesome.restart, diff --git a/configs/awesome/binds/launcher.lua b/configs/awesome/binds/launcher.lua index 9af54c1..ea2b85c 100644 --- a/configs/awesome/binds/launcher.lua +++ b/configs/awesome/binds/launcher.lua @@ -84,16 +84,6 @@ globalkeys = Gears.table.join( } ), - Awful.key( - { Modkey, "Shift" }, "p", - function() Awful.spawn("doorsbg") end, - awesome.restart, - { - description = "set new random wallpaper/color scheme", - group = "launcher" - } - ), - Awful.key( { Modkey, }, "r", function() Awful.screen.focused().mypromptbox:run() end,