'next wall' button changes wallpaper

This commit is contained in:
Kolan Sh 2013-02-21 14:34:44 +04:00
parent 85874ba9ee
commit fba923c5a0
1 changed files with 1 additions and 0 deletions

1
rc.lua
View File

@ -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" },