From 0b50bfaefb2d117c2101f9b34d9fdf2b27d44f39 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 29 Mar 2015 11:29:09 +0200 Subject: quick --- xinitrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xinitrc') diff --git a/xinitrc b/xinitrc index 64f3109..1be01b3 100755 --- a/xinitrc +++ b/xinitrc @@ -40,6 +40,9 @@ wmname LG3D dropboxd & ~/bin/mountsecure +# Custom +~/.custom + #Keyboard Bindings setxkbmap us -variant colemak xcape -t 300 -e 'Shift_L=parenleft;Shift_R=parenright;Hyper_L=Shift_L|exclam;Hyper_R=Shift_L|question' & @@ -92,6 +95,7 @@ fi sxhkd & if [ $run_everything = true ]; then bspwm 2>&1 & + ~/.config/bspwmrc # compton & wmpid=$! sleep 1 & -- cgit v1.2.3-54-g00ecf