From 8e5173a2d25c8f79607f4806016276065abda41c Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 10 May 2026 18:36:22 -0400 Subject: update --- .xinitrc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index ab66564..567419b 100644 --- a/.xinitrc +++ b/.xinitrc @@ -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 -- cgit v1.3-2-g0d8e