From f7c158ec995c2ebb5ad1222a4716aabc0ba086a5 Mon Sep 17 00:00:00 2001 From: lif Date: Thu, 16 Dec 2021 02:37:50 -0800 Subject: [PATCH] useful env vars for this setup --- bashrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bashrc diff --git a/bashrc b/bashrc new file mode 100644 index 0000000..51e975b --- /dev/null +++ b/bashrc @@ -0,0 +1,6 @@ +# i think this helps it not pick llvmpipe when it's not hardcoded(?) +export SDL_RENDER_DRIVER=software + +# trendy gnome-poisoned apps waste vertical screen real estate +export GTK_CSD=0 +export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0