dotfiles/x/xinitrc.symlink

16 lines
476 B
Plaintext
Raw Normal View History

2012-11-19 00:35:15 +01:00
xset fp+ /usr/share/fonts/local
xset fp rehash
# QGtkStyle does *not* like includes.
export GTK2_RC_FILES="$HOME/dotfiles/gtk/gtkrc.mine"
2012-11-14 16:37:34 +01:00
xrdb ~/dotfiles/x/Xresources
#.screenlayout/display_pluggedin.sh
#/usr/bin/xscreensaver -no-splash &
pulseaudio --start
volnoti
dropbox start &
2013-06-05 17:09:15 +02:00
syndaemon -t -k -i 1 -d &
synclient HorizScrollDelta=-107 VertScrollDelta=-107
2012-11-17 16:49:14 +01:00
urxvtd -f -o
2013-06-05 17:08:41 +02:00
(sleep 2s; compton --config ~/dotfiles/x/compton.conf -b) &
exec awesome -c ~/dotfiles/awesome/rc.lua