diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-05-03 15:06:26 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-05-03 16:05:56 +0200 |
commit | 760cdb1f1bc6b0b5c11ce06ee2be9f0025191e6b (patch) | |
tree | 970b7dd7ed07e322c3f40503062ebed2cd25762f /.config/openbox | |
parent | 91718c120dc8b5befcc15b2f782223314ec1f579 (diff) | |
download | dotfiles-760cdb1f1bc6b0b5c11ce06ee2be9f0025191e6b.tar.gz dotfiles-760cdb1f1bc6b0b5c11ce06ee2be9f0025191e6b.tar.bz2 dotfiles-760cdb1f1bc6b0b5c11ce06ee2be9f0025191e6b.zip |
openbox: do not use urxvtd
If its started parralel to another xsession,
the daemon makes problems.
Diffstat (limited to '.config/openbox')
-rw-r--r-- | .config/openbox/autostart.sh | 2 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/.config/openbox/autostart.sh b/.config/openbox/autostart.sh index 8928736..432b26c 100644 --- a/.config/openbox/autostart.sh +++ b/.config/openbox/autostart.sh @@ -39,7 +39,7 @@ fi # --transparent true --alpha 128 --tint 0x050505 & # start panel tint2 & -urxvtd -q -o -f +#urxvtd -q -o -f synergys start-pulseaudio-x11 & (sleep 2 ; pidgin) & diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 2633ed2..9b93554 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -319,12 +319,12 @@ </keybind> <keybind key="W-n"> <action name="Execute"> - <command>urxvtc -e wicd-curses</command> + <command>urxvt -e wicd-curses</command> </action> </keybind> <keybind key="W-a"> <action name="Execute"> - <command>urxvtc -e pa-sink-ctl</command> + <command>urxvt -e pa-sink-ctl</command> </action> </keybind> <keybind key="W-m"> @@ -334,17 +334,17 @@ </keybind> <keybind key="W-e"> <action name="Execute"> - <command>urxvtc -e mutt</command> + <command>urxvt -e mutt</command> </action> </keybind> <keybind key="W-v"> <action name="Execute"> - <command>urxvtc -e alsamixer</command> + <command>urxvt -e alsamixer</command> </action> </keybind> <keybind key="W-x"> <action name="Execute"> - <command>urxvtc</command> + <command>urxvt</command> </action> </keybind> <keybind key="W-q"> @@ -651,12 +651,12 @@ <context name="Desktop"> <mousebind button="W-Middle" action="Press"> <action name="Execute"> - <command>urxvtc</command> + <command>urxvt</command> </action> </mousebind> <mousebind button="W-Left" action="Press"> <action name="Execute"> - <command>urxvtc</command> + <command>urxvt</command> </action> </mousebind> <mousebind button="Left" action="Press"> |