Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # run the system-wide support stuff
- #. $GLOBALAUTOSTART
- ################################################################################
- # This shell script is run before Openbox launches.
- # Environment variables set here are passed to the Openbox session.
- # Set a background color
- #BG=""
- #if which hsetroot >/dev/null; then
- # BG=hsetroot
- #else
- # if which esetroot >/dev/null; then
- # BG=esetroot
- # else
- # if which xsetroot >/dev/null; then
- # BG=xsetroot
- # fi
- # fi
- #fi
- #test -z $BG || $BG -solid "#303030"
- # D-bus
- if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
- eval `dbus-launch --sh-syntax --exit-with-session`
- fi
- # Make GTK apps look and behave how they were set up in the gnome config tools
- #if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then
- # /usr/libexec/gnome-settings-daemon &
- #elif which gnome-settings-daemon >/dev/null; then
- # gnome-settings-daemon &
- # Make GTK apps look and behave how they were set up in the XFCE config tools
- #elif which xfsettingsd >/dev/null; then
- # xfsettingsd &
- #fi
- # Preload stuff for KDE apps
- #if which start_kdeinit >/dev/null; then
- # LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup &
- #fi
- # Run XDG autostart things. By default don't run anything desktop-specific
- # See xdg-autostart --help more info
- #DESKTOP_ENV=""
- #if which /usr/lib/openbox/xdg-autostart >/dev/null; then
- # /usr/lib/openbox/xdg-autostart $DESKTOP_ENV
- #fi
- ################################################################################
- # Programs to launch at startup
- #hsetroot ~/wallpaper.png &
- xcompmgr -cC -t-0 -l-0 -r0 &
- # SCIM support (for typing non-english characters)
- #export LC_CTYPE=sk_SK.utf8
- #export XMODIFIERS=@im=SCIM
- #export GTK_IM_MODULE=scim
- #export QT_IM_MODULE=scim
- #scim -d &
- ################################################################################
- # Programs that will run after Openbox has started
- # setting the background with feh
- (feh --bg-center "imgs/wallpapers/wallpaper.png") &
- # visibility
- (python ~/bin/openbox/visibility-python/visibility.py) &
- # conky
- (sleep 2 && conky) &
- # trayer
- (sleep 2 && trayer --edge top --align right --expand true --transparent true --alpha 255 --SetDockType true --widthtype request --heighttype pixel --height 10 --margin 75 --distance 3) &
- # battery check script
- (~/bin/openbox/battery-check.py) &
- # start guake terminal-emulator
- (guake) &
- # set numlock on
- (numlockx) &
- # Make GTK apps look and behave how they were set up in the XFCE config tools
- (xfsettingsd) &
- # make OpenOffice follow general Gtk theme
- export OOO_FORCE_DESKTOP=gnome
Advertisement
Add Comment
Please, Sign In to add comment