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 TapButton1
=1
46 synclient TapButton2
=0
47 synclient TapButton3
=0
48 synclient HorizTwoFingerScroll
=1
49 synclient VertScrollDelta
=-237
50 synclient HorizScrollDelta
=-237
52 # swap caps lock and esc
53 setxkbmap
-option caps
:swapescape
55 # MPD daemon start (if no other instance exists)
56 [ -z $
(pidof mpd
) ] && mpd
&
62 # lock the screen using lightdm after 5 minutes
63 # xautolock -time 5 -locker "slimlock" &
65 # adjust the keypress delays
71 # ...or the Window Manager of your choice
74 xfdesktop
--disable-wm-check &
75 xfce4-panel
--disable-wm-check &
82 # DEFAULTSESSION=bspwm
86 # *) exec $DEFAULTSESSION ;;