5 # Executed by startx (run your window manager from here)
7 if [ -d /etc
/X11
/xinit
/xinitrc.d
]; then
8 for f
in /etc
/X11
/xinit
/xinitrc.d
/*; do
14 # Enable this for non-reparenting window managers
15 export _JAVA_AWT_WM_NONREPARENTING
=1
17 xrdb
-merge ~
/.Xresources
18 xsetroot
-cursor_name left_ptr
& # set the cursor icon
20 xset
+fp
/usr
/share
/fonts
/local
24 #xrdb -merge ~/.theme/base16-thewildhunt.dark.xresources
27 synclient TapButton2
=3
28 synclient TapButton3
=2
29 synclient HorizTwoFingerScroll
=1
30 synclient VertScrollDelta
=-237
31 synclient HorizScrollDelta
=-237
32 setxkbmap
-option caps
:swapescape
34 # MPD daemon start (if no other instance exists)
35 [ -z $
(pidof mpd
) ] && mpd
&
40 xautolock
-time 5 -locker i3lock-wrapper
&
45 # ...or the Window Manager of your choice
54 *) exec $DEFAULTSESSION ;;