10 lines
165 B
Text
10 lines
165 B
Text
#
|
|
# ~/.profile.local (included by ~/.profile)
|
|
#
|
|
|
|
# Set dmenu font
|
|
export DMENU_FONT='Liberation Mono:12'
|
|
|
|
export QT_QPA_PLATFORMTHEME=gtk2
|
|
export QT_SCALE_FACTOR=1
|
|
|