Created
September 20, 2014 13:37
-
-
Save thykka/872c52b6833be14ac90b to your computer and use it in GitHub Desktop.
laptop i3 autostarts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Settings | |
| xset -dpms; xset s off ; | |
| # Custom scripts | |
| /home/thykka/local/bin/mount-drives.sh ; | |
| /home/thykka/local/bin/caps_is_brace.sh & | |
| # /home/thykka/local/bin/dropbox.py start & | |
| # Software | |
| nm-applet & | |
| nitrogen --restore & | |
| guake & | |
| conky & | |
| # Login sound | |
| (pactl upload-sample /usr/share/sounds/gnome/default/alerts/sonar.ogg sonar; pactl play-sample sonar) & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment