move wallpaper/color bind to awesome group

This commit is contained in:
Adam 2023-12-28 05:22:40 -05:00
parent a994ae01ec
commit a1fd357ea2
2 changed files with 10 additions and 10 deletions

View file

@ -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( Awful.key(
{ Modkey, }, "BackSpace", { Modkey, }, "BackSpace",
awesome.restart, awesome.restart,

View file

@ -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( Awful.key(
{ Modkey, }, "r", { Modkey, }, "r",
function() Awful.screen.focused().mypromptbox:run() end, function() Awful.screen.focused().mypromptbox:run() end,