Dunst font

This commit is contained in:
2024-03-20 08:02:17 -04:00
parent e97aaadbe1
commit b40f818e3c
7 changed files with 340 additions and 22 deletions

View File

@@ -41,14 +41,14 @@ abbr nej "nvim ~/Documents/emojis.md"
# login to X [[[ #
# {{ if eq .chezmoi.username "kevin" }}
# if status is-login
# if test -z "$DISPLAY" -a $XDG_VTNR = 1
# exec startx -- -keeptty
# end
# end
# set -x GPG_TTY (tty)
# {{ end }}
{{ if eq .chezmoi.username "kevin" }}
if status is-login
if test -z "$DISPLAY" -a $XDG_VTNR = 1
exec startx -- -keeptty
end
end
set -x GPG_TTY (tty)
{{ end }}
# ]]] login to X #