move wallpaper/color bind to awesome group
This commit is contained in:
parent
a994ae01ec
commit
a1fd357ea2
2 changed files with 10 additions and 10 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue