diff options
| author | iamcheeseman <[email protected]> | 2026-05-10 18:36:22 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-10 18:36:22 -0400 |
| commit | 8e5173a2d25c8f79607f4806016276065abda41c (patch) | |
| tree | be4cfd1d2c7589d85b44f55ea8a966cb3bf3d776 /.xinitrc | |
| parent | f0bf896d1372c69d8ad7889564a28168954d8123 (diff) | |
update
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 |
