Skip to content

Instantly share code, notes, and snippets.

@pandruszkow
Forked from aphyr/autostart.sh
Created April 30, 2021 11:31
Show Gist options
  • Select an option

  • Save pandruszkow/477d5b916764cf858aa2ba63a10d8217 to your computer and use it in GitHub Desktop.

Select an option

Save pandruszkow/477d5b916764cf858aa2ba63a10d8217 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