From f1ca2ad1ba70ab6589d5cd8cf0f9344854190f57 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Sun, 24 Aug 2025 02:50:39 +0200 Subject: [PATCH] refactor: remove GPU related environment variable settings for mennos-desktop --- .bashrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bashrc b/.bashrc index 0dcf76b..36c9f6a 100644 --- a/.bashrc +++ b/.bashrc @@ -3,12 +3,6 @@ HISTFILE=~/.bash_history HISTSIZE=1000 HISTFILESIZE=2000 # Adjusted to match both histfile and size criteria -# GPU Related shenanigans -if [ "$(hostname)" = "mennos-desktop" ]; then - export DRI_PRIME=1 - export MESA_VK_DEVICE_SELECT=1002:744c -fi - if [ -f /etc/os-release ]; then distro=$(awk -F= '/^NAME/{print $ssss2}' /etc/os-release | tr -d '"') if [[ "$distro" == *"Pop!_OS"* ]]; then