dotfiles/.config/X11/xinitrc

21 lines
589 B
Bash
Executable file

#!/bin/sh
# shellcheck disable=SC1091
[ -f "$XDG_DATA_HOME/screenlayout" ] && . "$XDG_DATA_HOME/screenlayout"
[ -f "$XDG_DATA_HOME/wallpaper" ] && xwallpaper --zoom "$XDG_DATA_HOME/wallpaper"
xrdb "$XDG_CONFIG_HOME/X11/xinitrc"
runsvdir "$SVDIR" &
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.1
setxkbmap -option caps:escape
xsetroot -cursor_name left_ptr
modbot -x &
while :; do
dbus-launch --exit-with-session dwm || exit 1
done
# exec dbus-launch --exit-with-session startxfce4