.config/herbstluftwm/autostart

This commit is contained in:
Tom Willemsen 2012-05-28 22:29:50 +02:00
parent 01af48f43b
commit 36cd435141

View file

@ -46,6 +46,18 @@ hc rule instance=Xine\ Window pseudotile=on
# Panel # Panel
~/.config/herbstluftwm/panel.sh & ~/.config/herbstluftwm/panel.sh &
xmodmap ~/.Xmodmap
xsetroot -solid "#000000"
emacs --daemon &
pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
then
mpdscribble &
fi
xbindkeys
# Prep default # Prep default
hc load default "(split horizontal:0.550000:0 (split vertical:0.850000:0 (split horizontal:0.180000:1 (clients max:0) (clients max:0 0x140001a)) (clients max:0)) (clients max:0 0xc00077))" hc load default "(split horizontal:0.550000:0 (split vertical:0.850000:0 (split horizontal:0.180000:1 (clients max:0) (clients max:0 0x140001a)) (clients max:0)) (clients max:0 0xc00077))"