summaryrefslogtreecommitdiff
path: root/base/xsession
blob: d8db125dfa1271be7ca24e923867c75912684e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Set my editor and terminal
export EDITOR=vim
export TERMINAL=urxvt

# Some X Stuff
xsetroot -solid "#333333"
ulimit -c unlimited

# Startup applications
/usr/lib/gnome-settings-daemon/gnome-settings-daemon &
/usr/lib/notification-daemon/notification-daemon &
(sleep 8; start-pulseaudio-x11) &
(sleep 60; update-notifier) &
(sleep 5; gnome-sound-applet) &
(sleep 5; nm-applet) &
(sleep 5; system-config-printer-applet) &
#eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh,gpg) &
(sleep 5; nitrogen --restore) &
gtk-theme-switch2 -i Ambiance
xrdb $HOME/.Xresources

# Host Specific Settings
if [ -f ~/.host-specific/xession ]; then
    source ~/.host-specific/xsession
fi

exec i3