diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-07 23:40:24 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-07 23:40:24 -0200 |
commit | 1af6cfb9a3bfc30edf5433d9f20399e9c979e55f (patch) | |
tree | e3fb57ff4a034ab75d4c8f2b5fbd6b0359e603d6 /modules/awesome/config.dot/awesome.link/programs.lua | |
parent | 6ce4f5962c29ff20c00c9cc755cd68eda82a741e (diff) | |
download | dotfiles-1af6cfb9a3bfc30edf5433d9f20399e9c979e55f.tar.gz dotfiles-1af6cfb9a3bfc30edf5433d9f20399e9c979e55f.tar.bz2 |
Adding xwicd
Diffstat (limited to 'modules/awesome/config.dot/awesome.link/programs.lua')
-rw-r--r-- | modules/awesome/config.dot/awesome.link/programs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/awesome/config.dot/awesome.link/programs.lua b/modules/awesome/config.dot/awesome.link/programs.lua index b98ab8b..89ebd3c 100644 --- a/modules/awesome/config.dot/awesome.link/programs.lua +++ b/modules/awesome/config.dot/awesome.link/programs.lua @@ -1,2 +1,2 @@ -- Put here all startup command declarations -awful.util.spawn_with_shell("wicd-gtk --tray") +awful.util.spawn_with_shell("xwicd") |