-
-
Save pandruszkow/477d5b916764cf858aa2ba63a10d8217 to your computer and use it in GitHub Desktop.
.config/openbox/
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
| . $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 & |
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
| # 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