aboutsummaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2015-03-29 11:29:09 +0200
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2015-03-29 11:29:09 +0200
commit0b50bfaefb2d117c2101f9b34d9fdf2b27d44f39 (patch)
tree48efd0d512e33fa687fb25e570614f22149e449d /xinitrc
parent58c29ee0d464d08c08f30e57018e5597a30e33d8 (diff)
downloaddotfiles-0b50bfaefb2d117c2101f9b34d9fdf2b27d44f39.tar.gz
dotfiles-0b50bfaefb2d117c2101f9b34d9fdf2b27d44f39.tar.bz2
dotfiles-0b50bfaefb2d117c2101f9b34d9fdf2b27d44f39.zip
quick
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 &