diff options
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,12 +1,10 @@ -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.9 +xinput --set-prop 9 "libinput Accel Speed" -1 -# dwm_status.sh & +eval $(dbus-launch --sh-syntax) +export DBUS_SESSION_BUS_ADDRESS pipewire & -devmon --exec-on-drive "notify-send 'Mounted %f to %d'" & sxhkd & +devmon --exec-on-drive "notify-send '%p'" & exec bspwm |
