From d72e6ba19c9e01504e0190d6a0baa4639711aa69 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 29 Jul 2024 04:09:43 -0400 Subject: [PATCH] (x11): remove references to nvidia prime offloading, and remove comments --- .xinitrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.xinitrc b/.xinitrc index 2fc6dd0..310d8c4 100755 --- a/.xinitrc +++ b/.xinitrc @@ -2,21 +2,14 @@ # shellcheck disable=SC1091 -# Startup services and programs [ -f "$XDG_DATA_HOME/screenlayout" ] && . "$XDG_DATA_HOME/screenlayout" [ -f "$XDG_DATA_HOME/wallpaper" ] && xwallpaper --zoom "$XDG_DATA_HOME/wallpaper" xrdb "$HOME/.Xresources" runsvdir "$SVDIR" & -# Input mappings 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 -# PRIME offloading -export __NV_PRIME_RENDER_OFFLOAD=1 -export __GLX_VENDOR_LIBRARY_NAME="nvidia" - -# Desktop session exec dbus-launch --sh-syntax --exit-with-session xmonad