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 ~/.hybrid.xresources
21 # xrdb -merge ~/.dawn.xresources
22 # xrdb -merge ~/.zenburn.xresources
23 # xrdb -merge ~/.solarized-dark.xresources
26 # xsetroot -cursor_name left_ptr &
32 # xset +fp /usr/share/fonts/local
42 # synaptics (touchpad) configs
43 synclient TapButton2
=3
44 synclient TapButton3
=2
45 synclient HorizTwoFingerScroll
=1
46 synclient VertScrollDelta
=-237
47 synclient HorizScrollDelta
=-237
49 # swap caps lock and esc
50 setxkbmap
-option caps
:swapescape
52 # MPD daemon start (if no other instance exists)
53 [ -z $
(pidof mpd
) ] && mpd
&
59 # lock the screen using lightdm after 5 minutes
60 # xautolock -time 5 -locker "slimlock" &
62 # adjust the keypress delays
68 # ...or the Window Manager of your choice
71 xfdesktop
--disable-wm-check &
72 xfce4-panel
--disable-wm-check &
79 # DEFAULTSESSION=bspwm
83 # *) exec $DEFAULTSESSION ;;