mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Compare commits
3 commits
916a15c676
...
420cbc4a34
Author | SHA1 | Date | |
---|---|---|---|
420cbc4a34 | |||
484bcb4b2b | |||
d9d3ec8ebc |
3 changed files with 3 additions and 6 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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 &
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue