7 lines
230 B
Bash
7 lines
230 B
Bash
|
# 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
|