6 lines
165 B
Bash
6 lines
165 B
Bash
#!/bin/sh
|
|
# General one line exports for some program configurations
|
|
|
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
|
export MOZ_ENABLE_WAYLAND=1 # force firefox to use wayland
|