'next wall' button changes wallpaper
This commit is contained in:
parent
85874ba9ee
commit
fba923c5a0
1
rc.lua
1
rc.lua
|
@ -75,6 +75,7 @@ tags = {
|
|||
----< Menu >----------------------------------------------------------
|
||||
-- Create a laucher widget and a main menu
|
||||
myawesomemenu = {
|
||||
{ "next wall", "awsetbg -r "..os.getenv("HOME").."/wallpapers" },
|
||||
{ "edit config", editor_cmd .. " " .. awesome.conffile },
|
||||
{ "hibernate", "gksudo hibernate" },
|
||||
{ "lock", "xscreensaver-command --lock" },
|
||||
|
|
Loading…
Reference in New Issue