blob: 567419bf05ae52c7a5677def01d9bf3e3a21133c (
plain)
1
2
3
4
5
6
7
8
9
10
|
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 &
sxhkd &
devmon --exec-on-drive "notify-send '%p'" &
exec bspwm
|