diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-05 18:57:50 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-05 18:57:50 -0200 |
commit | dd2b0916709623ac75cdf1469e5e32ca001986fd (patch) | |
tree | a34fa661352f5569ea718d3cbcffada82641ad04 /modules/awesome/config.dot | |
parent | 6b03cc6ad37652428cbd6d8307aa9fb8deab44b7 (diff) | |
download | dotfiles-dd2b0916709623ac75cdf1469e5e32ca001986fd.tar.gz dotfiles-dd2b0916709623ac75cdf1469e5e32ca001986fd.tar.bz2 |
Minor awesome changes
Diffstat (limited to 'modules/awesome/config.dot')
-rw-r--r-- | modules/awesome/config.dot/awesome.link/rc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/awesome/config.dot/awesome.link/rc.lua b/modules/awesome/config.dot/awesome.link/rc.lua index 7e79e55..d143993 100644 --- a/modules/awesome/config.dot/awesome.link/rc.lua +++ b/modules/awesome/config.dot/awesome.link/rc.lua @@ -65,8 +65,8 @@ myawesomemenu = { } mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon }, - { "Debian", debian.menu.Debian_menu.Debian }, - { "open terminal", terminal } + { "debian", debian.menu.Debian_menu.Debian }, + { "terminal", terminal } } }) |