blob: b4161ebdbe02059103ab00c26ca47c42a4d135b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
setxkbmap -layout eu -option grp:caps_toggle
xinput --set-prop 9 "libinput Accel Speed" -1
eval $(dbus-launch --sh-syntax)
export DBUS_SESSION_BUS_ADDRESS
pipewire &
devmon --exec-on-drive "notify-send '%p'" &
dunst &
~/.fehbg &
dwmstatus.sh &
exec dwm
|