2022-06-25 16:29:07 +02:00
|
|
|
# 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 &
|
2022-06-26 05:01:51 +02:00
|
|
|
dwmblocks &
|
2022-06-25 16:29:07 +02:00
|
|
|
exec dwm
|