Skip to content

Instantly share code, notes, and snippets.

@williamjmorenor
Last active December 16, 2018 03:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save williamjmorenor/96399defad35e24a8f1843e2c256b4a4 to your computer and use it in GitHub Desktop.
Save williamjmorenor/96399defad35e24a8f1843e2c256b4a4 to your computer and use it in GitHub Desktop.
Openbox autostar file for Fedora Magazine post
cat ~/.config/openbox/autostart
#Set tapping on touchpad on:
xinput set-prop 11 278 1 &
#Set desktop wallpaper:
feh --bg-scale wallpaper.jpg &
#Show system tray:
tint2 &
#Show system information:
conky &
#Autostart services:
#Networkmanager
nm-applet &
#Dropbox
dropbox start &
#Volumen control in systemtray
volumeicon &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment