.config/herbstluftwm/autostart
This commit is contained in:
parent
01af48f43b
commit
36cd435141
1 changed files with 12 additions and 0 deletions
|
@ -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))"
|
||||
|
||||
|
|
Loading…
Reference in a new issue