Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/zsh -l #this is for openbox on tty1 & xmonad on tty6
- export \
- BROWSER=firefox \
- EDITOR=vim VISUAL=vim \
- PATH="$HOME/.cabal/bin:$PATH"
- hsetroot -fill $HOME/.themes/wallpapers/xmonad.jpg
- case "$1" in
- (xmonad) exec xmonad ;;
- (*) exec openbox-session ;;
- esac
- xset s off &
- xset -dpms &
- setterm -blank 0 -powerdown 0 &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement