dotfiles/.config/X11/xinitrc

21 lines
589 B
Plaintext
Raw Normal View History

2024-06-23 06:35:31 -04:00
#!/bin/sh
2024-07-04 17:14:40 -04:00
# shellcheck disable=SC1091
[ -f "$XDG_DATA_HOME/screenlayout" ] && . "$XDG_DATA_HOME/screenlayout"
[ -f "$XDG_DATA_HOME/wallpaper" ] && xwallpaper --zoom "$XDG_DATA_HOME/wallpaper"
2024-08-25 01:51:50 -04:00
xrdb "$XDG_CONFIG_HOME/X11/xinitrc"
2024-06-23 06:35:31 -04:00
runsvdir "$SVDIR" &
2024-06-23 07:20:29 -04:00
xinput set-prop "SOAI USB Gaming Mouse" "libinput Accel Profile Enabled" 0 1 0
2024-08-25 01:51:50 -04:00
xinput set-prop "SOAI USB Gaming Mouse" "libinput Accel Speed" 0.1
2024-06-23 07:20:29 -04:00
setxkbmap -option caps:escape
xsetroot -cursor_name left_ptr
2024-06-23 06:35:31 -04:00
2024-08-25 01:51:50 -04:00
modbot -x &
while :; do
dbus-launch --exit-with-session dwm || exit 1
done
# exec dbus-launch --exit-with-session startxfce4