6 lines
117 B
Bash
6 lines
117 B
Bash
#!/bin/sh
|
|
|
|
TERMINAL=sakura
|
|
|
|
# Use GTK2 theme for Qt5 for a consistent look and feel
|
|
export QT_QPA_PLATFORMTHEME=gtk2
|