diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-08 01:32:00 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-08 01:32:00 -0200 |
commit | 8b970d5990aaea3543ba70350d27daa5a8c5ca22 (patch) | |
tree | 1db3c82326f59968644cf72d2f81cdd49168e93c /modules/awesome | |
parent | 1201d13175d748592aea1293f7161c71911f9c6b (diff) | |
download | dotfiles-8b970d5990aaea3543ba70350d27daa5a8c5ca22.tar.gz dotfiles-8b970d5990aaea3543ba70350d27daa5a8c5ca22.tar.bz2 |
Do not link xsession with xprofile
Diffstat (limited to 'modules/awesome')
-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 89ebd3c..b14083c 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("xwicd") +--awful.util.spawn_with_shell("xwicd") |