From 36cd43514179ddf4397763058cf75261ef42af31 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 28 May 2012 22:29:50 +0200 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.config/herbstluftwm') diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index f8a3476..4b4add1 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -46,6 +46,18 @@ hc rule instance=Xine\ Window pseudotile=on # Panel ~/.config/herbstluftwm/panel.sh & +xmodmap ~/.Xmodmap +xsetroot -solid "#000000" +emacs --daemon & + +pidof mpdscribble >& /dev/null +if [ $? -ne 0 ] +then + mpdscribble & +fi + +xbindkeys + # 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))" -- cgit v1.2.3-54-g00ecf