From a43fa1f5701c5be14d31a56419028b7dd0790493 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sat, 25 Jun 2022 08:29:07 -0600 Subject: [PATCH] Create .xsession --- openbsd/home/.xsession | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 openbsd/home/.xsession diff --git a/openbsd/home/.xsession b/openbsd/home/.xsession new file mode 100644 index 0000000..6b8df04 --- /dev/null +++ b/openbsd/home/.xsession @@ -0,0 +1,15 @@ +# enable scrolling with trackpoint and middle button +xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1 +xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2 +xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6 7 4 5 + +feh --bg-fill ~/Pictures/bg/bg.png & + +XRES="$HOME/.Xresources" +if [ -f $XRES ]; then + xrdb -merge XRES & +fi + +xrdb -load $XRES & + +exec dwm