Skip to content

Instantly share code, notes, and snippets.

@lithid
Created September 20, 2012 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lithid/3755948 to your computer and use it in GitHub Desktop.
Save lithid/3755948 to your computer and use it in GitHub Desktop.
[lithid@ArchLinux ~]$ cat ~/.xinitrc
#!/bin/sh
# Start shit with this
exec ck-launch-session dbus-launch openbox-session
[lithid@ArchLinux ~]$ cat ~/.config/openbox/autostart
#
# 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 &
(sleep 1 && exec tint2) &
(sleep 2 && exec parcellite) &
(sleep 3 && feh --bg-scale ~/.wallpaper.jpg) &
(sleep 4 && exec thunar --daemon) &
(sleep 5 && exec xset s off) &
(sleep 6 && exec xset -dpms) &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment