From f7ac47a1102006842d074146237c756648478675 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 12 Feb 2015 19:45:58 +0100 Subject: bspwm update --- xinitrc | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'xinitrc') diff --git a/xinitrc b/xinitrc index 5afb6c8..0ae08eb 100755 --- a/xinitrc +++ b/xinitrc @@ -167,14 +167,14 @@ if [ $run_everything = true -o $run_workspace = 7 ]; then sleep 6 fi -# -## workspace 8 : windows workspace (VMware session) -#if [ $run_everything = true -o $run_workspace = 8 ]; then -# $workspace 8 -# #$xtoolwait gnomesu -c /stor/vmware/bin/vmware -# #number_and_title 0 "windows xp" -#fi -# + +# workspace 8 : windows workspace (VMware session) +if [ $run_everything = true -o $run_workspace = 8 ]; then + $workspace 8 + $xtoolwait $term rtorrent + number_and_title 0 "torrents" +fi + # workspace 9 : email workspace # window 1: mutt @@ -206,9 +206,10 @@ fi if [ $run_everything = true -o $run_workspace = 2 ]; then $workspace 12 cd $HOME/Music - $xtoolwait $term cmus + $xtoolwait $term mopidy + $xtoolwait $term ncmpcpp $ratpoison -c "meta 2" - number_and_title 0 "music" + number_and_title 0 "spotify" fi # workspace 13 : volume workspace -- cgit v1.2.3-54-g00ecf