dotfiles/x/xinitrc.symlink

16 lines
476 B
Plaintext

xset fp+ /usr/share/fonts/local
xset fp rehash
# QGtkStyle does *not* like includes.
export GTK2_RC_FILES="$HOME/dotfiles/gtk/gtkrc.mine"
xrdb ~/dotfiles/x/Xresources
#.screenlayout/display_pluggedin.sh
#/usr/bin/xscreensaver -no-splash &
pulseaudio --start
volnoti
dropbox start &
syndaemon -t -k -i 1 -d &
synclient HorizScrollDelta=-107 VertScrollDelta=-107
urxvtd -f -o
(sleep 2s; compton --config ~/dotfiles/x/compton.conf -b) &
exec awesome -c ~/dotfiles/awesome/rc.lua