dotfiles/.xinitrc

22 lines
420 B
Plaintext
Raw Normal View History

2024-05-17 20:46:22 -04:00
#!/bin/sh
xrandr --dpi 96
# shellcheck disable=SC1091
. "$XDG_DATA_HOME/screenlayout"
xwallpaper --zoom "$XDG_DATA_HOME/wallpaper"
xrdb -merge "$HOME/.Xresources"
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
pipewire &
wireplumber &
pipewire-pulse &
udiskie &
dunst &
picom &
sxhkd &
dwmblocks &
exec dbus-launch dwm