Move panel variables to zprofile

This commit is contained in:
Riyyi
2019-05-29 00:49:49 +02:00
parent 8799a7ca1e
commit 95b1292562
4 changed files with 19 additions and 28 deletions
+5
View File
@@ -32,6 +32,11 @@ export LESS_TERMCAP_se="$(printf '%b' '\e[0m')" # reset reverse video
export LESS_TERMCAP_us="$(printf '%b' '\e[04;95m')" # begin underline
export LESS_TERMCAP_ue="$(printf '%b' '\e[0m')" # reset underline
# Panel
export PANEL_HEIGHT=38
export PANEL_NAME="lemonbar_panel"
export PANEL_PIPE="/tmp/lemonbar_pipe"
# Qt5
export QT_AUTO_SCREEN_SCALE_FACTOR=0
export QT_SCREEN_SCALE_FACTORS=2