Compare commits

...

3 commits

3 changed files with 3 additions and 6 deletions

View file

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

View file

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

View file

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