From 3ac7df252ffdd6c3b49961dcbfc9ef25cd72248b Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 23 Jun 2024 07:20:29 -0400 Subject: [PATCH] change xinitrc a bit --- .config/x11/xinitrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 8a16b7f..9b0f03a 100755 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -1,13 +1,13 @@ #!/bin/sh -. "$XDG_DATA_HOME/screenlayout" & -xwallpaper --zoom "$XDG_DATA_HOME/wallpaper" & -xrdb "$XDG_CONFIG_HOME/x11/xresources" & +. "$XDG_DATA_HOME/screenlayout" +xwallpaper --zoom "$XDG_DATA_HOME/wallpaper" +xrdb "$XDG_CONFIG_HOME/x11/xresources" 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.5 & -setxkbmap -option caps:escape & +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 export __NV_PRIME_RENDER_OFFLOAD=1 export __GLX_VENDOR_LIBRARY_NAME="nvidia"