Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- # mandatory
- tint2 &
- pcmanfm -d &
- # optional
- parcellite &
- pidgin &
- claws-mail &
- # disable screen blanking
- xset s off
- xset s noblank
- xset -dpms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement