useful env vars for this setup
This commit is contained in:
parent
2baf9d9967
commit
f7c158ec99
1 changed files with 6 additions and 0 deletions
6
bashrc
Normal file
6
bashrc
Normal file
|
@ -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
|
Loading…
Reference in a new issue