diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-03-23 11:49:58 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-03-23 11:49:58 +0100 |
commit | e2d5ad2fab6161e490dad63272749a18a3f076e0 (patch) | |
tree | a3ea2453c8187476baea73fc6519e7d612a694c0 | |
parent | 450e2704dd5053186a0d30a01ff995ceac17bc57 (diff) | |
download | dotfiles-e2d5ad2fab6161e490dad63272749a18a3f076e0.tar.gz dotfiles-e2d5ad2fab6161e490dad63272749a18a3f076e0.tar.bz2 dotfiles-e2d5ad2fab6161e490dad63272749a18a3f076e0.zip |
awesome: Dont start pidgin
-rw-r--r-- | .config/awesome/awesome.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua index 4c6d6bd..d633b95 100644 --- a/.config/awesome/awesome.lua +++ b/.config/awesome/awesome.lua @@ -21,7 +21,6 @@ local cmd = require("cmds") runonce.run(cmd.urxvtd) runonce.run("start-pulseaudio-x11") -runonce.run("pidgin") runonce.run(cmd.swIcon) -- This is used later as the default terminal and editor to run. |