diff options
Diffstat (limited to '.xsession')
| -rwxr-xr-x | .xsession | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,12 +2,15 @@ # start pulseaudio on crux only. Should be handled by systemd on arch #pulseaudio --start --exit-idle-time=-1 --log-target=syslog & +eval $(ssh-agent) + +# See also /etc/X11/xorg.conf.d/10-input.conf # enable tapping and natural scrolling on touchpad # see xinput --list[-props] for ids xinput --set-prop 'SYNA7DAB:00 06CB:CD40 Touchpad' 'libinput Tapping Enabled' 1 xinput --set-prop 'SYNA7DAB:00 06CB:CD40 Touchpad' 'libinput Natural Scrolling Enabled' 1 -# Better use /etc/X11/xorg.conf.d/10-keyboard.conf to handle hot plugged keyboards +# Better use /etc/X11/xorg.conf.d/10-keyboard.conf for hot plugged keyboards #setxkbmap fr #xk hdmi @@ -15,6 +18,7 @@ hdmi xrdb ~/.Xresources #xsetroot -solid rgb:3/4/5 xsetroot -solid rgb:1/3/4 +#feh --bg-fill ~/Pictures/night1.jpg #feh --bg-fill ~/Downloads/Alaska_Range.jpg #conky #slock @@ -22,3 +26,4 @@ xsetroot -solid rgb:1/3/4 # Start window manager #exec fvwm exec i3 +#exec cwm |
