Created
January 24, 2017 03:27
-
-
Save Dobbie03/ebad6ab189e21abde957310326e84248 to your computer and use it in GitHub Desktop.
This file contains 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
# | |
# These things are run when an Openbox X Session is started. | |
# You may place a similar script in $HOME/.config/openbox/autostart | |
# to run user-specific things. | |
# | |
# If you want to use GNOME config tools... | |
# | |
#if test -x /usr/lib/openbox/gnome-settings-daemon >/dev/null; then | |
# /usr/lib/openbox/gnome-settings-daemon & | |
#elif which gnome-settings-daemon >/dev/null 2>&1; then | |
#gnome-settings-daemon & | |
#fi | |
# If you want to use XFCE config tools... | |
# | |
xfce-mcs-manager & | |
xrandr --output HDMI-0 --mode 2560x1440 & | |
compton -b -c & | |
tint2 & | |
# Set background image | |
nitrogen --restore & | |
numlockx & | |
## GNOME PolicyKit authentication | |
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & | |
## Volume control for systray | |
#(sleep 2; volti) & | |
## Volume keys daemon | |
xfce4-volumed & | |
## Turn off/on System Beep | |
xset b off | |
## Volume control for systray | |
(sleep 2; volumeicon) & | |
## Enable power management | |
xfce4-power-manager & | |
##Clipboard Manager | |
(sleep 3; clipit) & | |
## XFCE4 Settings | |
xfsettingsd & | |
## Start xscreensaver (light-locker now used by default, run via XDG autostart.) | |
xscreensaver -no-splash & | |
#lxsession & | |
##pcmanfm desktop | |
#pcmanfm --desktop & | |
#xfce4-panel & | |
(sleep 2; caffeine) & | |
(sleep 2; docky) & | |
(sleep 5; covergloobus) & | |
(sleep 5; nm-applet) & | |
#/home/dobbie/.conky/conky-startup.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment