Skip to content

Instantly share code, notes, and snippets.

@thykka
Created September 20, 2014 13:37
Show Gist options
  • Select an option

  • Save thykka/872c52b6833be14ac90b to your computer and use it in GitHub Desktop.

Select an option

Save thykka/872c52b6833be14ac90b to your computer and use it in GitHub Desktop.
laptop i3 autostarts
#!/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