From 1e297a9b960c6d0784856cb59b08770c7f90fbe8 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 4 Jan 2021 09:16:43 +0100 Subject: update --- .xsession | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 .xsession (limited to '.xsession') diff --git a/.xsession b/.xsession new file mode 100755 index 0000000..f982ca7 --- /dev/null +++ b/.xsession @@ -0,0 +1,24 @@ +#!/bin/sh +# start pulseaudio on crux only. Should be handled by systemd on arch +#pulseaudio --start --exit-idle-time=-1 --log-target=syslog & + +# 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 +#setxkbmap fr +#xk +hdmi + +xrdb ~/.Xresources +#xsetroot -solid rgb:3/4/5 +xsetroot -solid rgb:1/3/4 +#feh --bg-fill ~/Downloads/Alaska_Range.jpg +#conky +#slock + +# Start window manager +#exec fvwm +exec i3 -- cgit v1.2.3