aboutsummaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'xinitrc')
-rwxr-xr-xxinitrc4
1 files changed, 4 insertions, 0 deletions
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 &