Remove xresource rgba config

This commit is contained in:
Pavle Portic 2022-05-06 18:23:35 +02:00
parent f65c31d5fa
commit 0a0a6dd9af
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
2 changed files with 1 additions and 3 deletions

View File

@ -37,9 +37,8 @@ Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
{{ range $key, $val := .xresources.rgba }}
{{ range $key, $val := .xresources.per_screen }}
#if SCREEN_NUM == {{ $key }}
Xft.rgba: {{ $val.rgba }}
Xft.dpi: {{ $val.dpi }}
#endif
{{end}}

View File

@ -56,7 +56,6 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
export VISUAL="nvim"
export XDG_CONFIG_HOME="$HOME/.config"
export VIRTUAL_ENV_DISABLE_PROMPT="true"
export GDK_DPI_SCALE={{ or .zshrc.gdk_scale "1.0" }}
{{ range $_, $env := .zshrc.env_vars }}export {{ $env.name }}={{ $env.value }}
{{end}}
# Valve shader compiler