Compare commits

..

3 commits

3 changed files with 3 additions and 6 deletions

View file

@ -1,10 +1,9 @@
# #
# ~/.bash_profile # ~/.bash_profile
# #
. ~/.profile [[ -f ~/.profile ]] && . ~/.profile
[[ -f ~/.bashrc ]] && . ~/.bashrc [[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then [[ -z "${DISPLAY}" && "${XDG_VTNR}" -eq 1 ]] && exec startx
exec startx
fi

View file

@ -83,7 +83,6 @@ $HOME/.local/bin/dual-polybar-launcher &
{{- end }} {{- end }}
sh ~/.fehbg & sh ~/.fehbg &
redshift -r & redshift -r &
picom &
dunst & dunst &
dex -a & dex -a &
birdtray & birdtray &

View file

@ -10,7 +10,6 @@ export XSECURELOCK_AUTH=auth_x11
export XSECURELOCK_AUTHPROTO=authproto_pam export XSECURELOCK_AUTHPROTO=authproto_pam
export XSECURELOCK_BURNIN_MITIGATION=300 export XSECURELOCK_BURNIN_MITIGATION=300
export XSECURELOCK_PASSWORD_PROMPT=time export XSECURELOCK_PASSWORD_PROMPT=time
export XSECURELOCK_SAVER=saver_blank
{{- if eq .chezmoi.hostname "helix" }} {{- if eq .chezmoi.hostname "helix" }}
# make GTK apps scale correctly on hidpi # make GTK apps scale correctly on hidpi
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 thunar export GDK_SCALE=2 GDK_DPI_SCALE=0.50 thunar