blob: ab8066d4238aad0e0b577c03f4c4b7239a63ddc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 &
exec dwm
|