mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 18:03:11 -05:00
Compare commits
No commits in common. "420cbc4a3477ed7befe64fc45663d994c42ea731" and "916a15c6764e11d23a94b66c4b2ecaea11054877" have entirely different histories.
420cbc4a34
...
916a15c676
3 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
#
|
#
|
||||||
# ~/.bash_profile
|
# ~/.bash_profile
|
||||||
#
|
#
|
||||||
[[ -f ~/.profile ]] && . ~/.profile
|
. ~/.profile
|
||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
[[ -z "${DISPLAY}" && "${XDG_VTNR}" -eq 1 ]] && exec startx
|
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
|
||||||
|
exec startx
|
||||||
|
fi
|
||||||
|
|
|
@ -83,6 +83,7 @@ $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 &
|
||||||
|
|
|
@ -10,6 +10,7 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue