dotfiles/x11/.xinitrc

27 lines
797 B
Plaintext
Raw Normal View History

2024-05-17 20:46:22 -04:00
#!/bin/sh
xrandr --dpi 96
2024-05-18 04:35:17 -04:00
[ -f "$XDG_DATA_HOME/screenlayout" ] && . "$XDG_DATA_HOME/screenlayout"
[ -f "$XDG_DATA_HOME/wallpaper" ] && xwallpaper --zoom "$XDG_DATA_HOME/wallpaper"
2024-05-26 09:45:18 -04:00
[ -f "$HOME/.Xresources" ] && xrdb -merge "$HOME/.Xresources"
2024-05-17 20:46:22 -04:00
if xinput | grep "SOAI USB Gaming Mouse" >/dev/null 2>&1; then
2024-05-20 22:22:26 -04:00
xinput set-prop "SOAI USB Gaming Mouse" "libinput Accel Profile Enabled" 0 1 0
xinput set-prop "SOAI USB Gaming Mouse" "libinput Accel Speed" 0
fi
if xinput | grep " USB OPTICAL MOUSE" >/dev/null 2>&1; then
xinput set-prop " USB OPTICAL MOUSE" "libinput Accel Profile Enabled" 0 1 0
2024-05-26 09:45:18 -04:00
xinput set-prop " USB OPTICAL MOUSE" "libinput Accel Speed" 0.3
2024-05-20 22:22:26 -04:00
fi
2024-05-17 20:46:22 -04:00
2024-05-26 09:45:18 -04:00
pipewire &
wireplumber &
pipewire-pulse &
picom &
dunst &
udiskie &
dwmblocks &
2024-05-26 09:45:18 -04:00
exec dbus-launch --exit-with-session dwm