diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-15 10:32:23 +0100 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-15 10:32:23 +0100 |
commit | fb6adf8e60a1875ff6a5ea2574c783d9023ea5d7 (patch) | |
tree | 098c07115f0f08ff795ae74ae00c419a8cb9cee0 /xinitrc | |
parent | d9925d31e86b652913d0364684b1dadc70ecf2a7 (diff) | |
parent | 02dbe85011616cc97332c7e56e39a8989c45de08 (diff) | |
download | dotfiles-fb6adf8e60a1875ff6a5ea2574c783d9023ea5d7.tar.gz dotfiles-fb6adf8e60a1875ff6a5ea2574c783d9023ea5d7.tar.bz2 dotfiles-fb6adf8e60a1875ff6a5ea2574c783d9023ea5d7.zip |
Merge branch 'master' of github.com:Vaskozl/dotfiles
Diffstat (limited to 'xinitrc')
-rwxr-xr-x | xinitrc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -48,7 +48,7 @@ xset m 0 0 xset -b # Launch locking program -xautolock -detectsleep -locker 'i3lock -i ~/.wallpaper.png -z' -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) |