diff options
-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"> |