move x files back to ~

This commit is contained in:
frosty 2024-07-04 17:14:40 -04:00
parent 71949de0f7
commit 61849bde96
2 changed files with 6 additions and 4 deletions

View file

@ -1,16 +1,18 @@
#!/bin/sh
# shellcheck disable=SC1091
# Startup services and programs
. "$XDG_DATA_HOME/screenlayout"
xwallpaper --zoom "$XDG_DATA_HOME/wallpaper"
xrdb "$XDG_CONFIG_HOME/x11/xresources"
xrdb "$HOME/.Xresources"
runsvdir "$SVDIR" &
# Input mappings and options
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.2
setxkbmap -option caps:escape
xsetroot -cursor_name left_ptr
# export __NV_PRIME_RENDER_OFFLOAD=1
# export __GLX_VENDOR_LIBRARY_NAME=nvidia
# Desktop session
exec dbus-launch --sh-syntax --exit-with-session xmonad