aboutsummaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2015-03-15 00:54:36 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2015-03-15 00:54:36 +0100
commit02dbe85011616cc97332c7e56e39a8989c45de08 (patch)
tree2e13d80b0a2afc806b92c078ab9ac144fd31ba92 /xinitrc
parenta58d24aac0bdb7dd0f006818d9f30f9deadbb6b1 (diff)
downloaddotfiles-02dbe85011616cc97332c7e56e39a8989c45de08.tar.gz
dotfiles-02dbe85011616cc97332c7e56e39a8989c45de08.tar.bz2
dotfiles-02dbe85011616cc97332c7e56e39a8989c45de08.zip
efficiency + battery
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)