Skip to content

Instantly share code, notes, and snippets.

@aphyr
Created February 5, 2015 19:57
Show Gist options
  • Select an option

  • Save aphyr/42f49fa9623b93d2c019 to your computer and use it in GitHub Desktop.

Select an option

Save aphyr/42f49fa9623b93d2c019 to your computer and use it in GitHub Desktop.
.config/openbox/
. $GLOBALAUTOSTART
#xmodmap ~/.xmodmaprc
#imwheel -k -b "6 7" &
eval $(cat ~/.fehbg) &
gnome-settings-daemon &
/usr/lib/notification-daemon/notification-daemon &
# Mouse
~/bin/maus &
# Color profiles
xcalib ~/.color/icc/Dell\ 3008WFP-2014-12-13.icm &
# Workaround for Nvidia HW accelerated video glitches
hsetroot -solid "#000000" & # Stop gray background
xcompmgr -n &
# Panel & slit
xfce4-panel &
gkrellm -w &
conky &
conky -c ~/.conky-prs &
# Copy-paste!
parcellite &
# Screensaver
gnome-screensaver &
# Keyring
eval $(gnome-keyring-daemon --replace --components=pkcs11,secrets,ssh,gpg)
# DBUS
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment