blob: 4df40fea6c2ac03fc52e98f4c0b3b22257d16aae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
export XDG_SESSION_TYPE="x11"
setxkbmap -layout eu -option grp:caps_toggle
xrandr --output HDMI-A-1 --mode 1920x1080 --rate 240 --primary
xinput --set-prop 13 "libinput Accel Speed" -0.75
# dwm_status.sh &
pipewire &
devmon --exec-on-drive "notify-send 'Mounted %f to %d'" &
sxhkd &
exec bspwm
|