aboutsummaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'xinitrc')
-rwxr-xr-xxinitrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/xinitrc b/xinitrc
index b8bbf3f..3ad6809 100755
--- a/xinitrc
+++ b/xinitrc
@@ -48,7 +48,7 @@ xset m 0 0
xset -b
# Launch locking program
-xautolock -detectsleep -locker '~/.ratpoison/lock' -time 11 -corners 0-00 &
+#xautolock -detectsleep -locker '~/.ratpoison/lock' -time 11 -corners 0-00 &
# Load xterm colors
xrdb -merge ~/.Xresources
@@ -91,7 +91,7 @@ fi
sxhkd &
if [ $run_everything = true ]; then
bspwm 2>&1 &
- compton &
+# compton &
wmpid=$!
sleep 1 &
fi
@@ -191,8 +191,8 @@ fi
# window 1: music
if [ $run_everything = true -o $run_workspace = 2 ]; then
$workspace ^12
- cd $HOME/Music
- $xtoolwait $term cmus
+ mpd
+ $xtoolwait $term ncmpcpp
fi
# workspace 13 : volume workspace
@@ -205,7 +205,7 @@ fi
# workspace 2 : Uzbl workspace
if [ $run_everything = true -o $run_workspace = 2 ]; then
$workspace ^2
- uzbl-browser &
+ firefox &
fi
# Default workspace: 1(ranger)