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(
|
Awful.key(
|
||||||
{ Modkey, }, "BackSpace",
|
{ Modkey, }, "BackSpace",
|
||||||
awesome.restart,
|
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(
|
Awful.key(
|
||||||
{ Modkey, }, "r",
|
{ Modkey, }, "r",
|
||||||
function() Awful.screen.focused().mypromptbox:run() end,
|
function() Awful.screen.focused().mypromptbox:run() end,
|
||||||
|
|
Loading…
Add table
Reference in a new issue