dotfiles/.config/x11/xinitrc

16 lines
459 B
Plaintext
Raw Normal View History

2024-06-23 06:35:31 -04:00
#!/bin/sh
2024-06-23 07:20:29 -04:00
. "$XDG_DATA_HOME/screenlayout"
xwallpaper --zoom "$XDG_DATA_HOME/wallpaper"
xrdb "$XDG_CONFIG_HOME/x11/xresources"
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
xinput set-prop "SOAI USB Gaming Mouse" "libinput Accel Speed" 0.5
setxkbmap -option caps:escape
2024-06-23 06:35:31 -04:00
export __NV_PRIME_RENDER_OFFLOAD=1
export __GLX_VENDOR_LIBRARY_NAME="nvidia"
exec dbus-launch --sh-syntax --exit-with-session xmonad