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 # workaround for some java apps, when running a non-reparenting window manager
15 export _JAVA_AWT_WM_NONREPARENTING
=1
17 xrdb
-merge ~
/.Xresources
18 # xrdb -merge ~/.base16-tomorrow.dark.256.xresources
19 xrdb
-merge ~
/.gotham.xresources
20 # xrdb -merge ~/.zenburn.xresources
23 # xsetroot -cursor_name left_ptr &
29 # xset +fp /usr/share/fonts/local
39 # synaptics (touchpad) configs
40 synclient TapButton2
=3
41 synclient TapButton3
=2
42 synclient HorizTwoFingerScroll
=1
43 synclient VertScrollDelta
=-237
44 synclient HorizScrollDelta
=-237
46 # swap caps lock and esc
47 setxkbmap
-option caps
:swapescape
49 # MPD daemon start (if no other instance exists)
50 [ -z $
(pidof mpd
) ] && mpd
&
56 # lock the screen using lightdm after 5 minutes
57 # xautolock -time 5 -locker "slimlock" &
63 # ...or the Window Manager of your choice
70 # DEFAULTSESSION=bspwm
74 # *) exec $DEFAULTSESSION ;;