dotfiles/x/xinitrc.symlink

17 lines
521 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"
# workaround for gtk3 focus
export GDK_CORE_DEVICE_EVENTS=1
2012-11-14 16:37:34 +01:00
xrdb ~/dotfiles/x/Xresources
source /etc/profile.d/infinality-settings.sh
~/dotfiles/bin/docked.sh
pulseaudio --start
volnoti
dropbox start &
2013-06-05 17:09:15 +02:00
syndaemon -t -k -i 1 -d &
synclient HorizScrollDelta=-107 VertScrollDelta=-107
2013-06-05 17:08:41 +02:00
(sleep 2s; compton --config ~/dotfiles/x/compton.conf -b) &
exec awesome -c ~/dotfiles/awesome/rc.lua