From b07def6864b668df2d9f69a3ff67a32c16115c06 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:17:18 -0700 Subject: [PATCH] Update .xprofile --- dot_xprofile.tmpl | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/dot_xprofile.tmpl b/dot_xprofile.tmpl index 1defd00..e79d08b 100644 --- a/dot_xprofile.tmpl +++ b/dot_xprofile.tmpl @@ -6,28 +6,28 @@ userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap if [ -f "$sysresources" ]; then - xrdb -merge "$sysresources" + xrdb -merge "$sysresources" fi if [ -f "$sysmodmap" ]; then - xmodmap "$sysmodmap" + xmodmap "$sysmodmap" fi if [ -f "$userresources" ]; then - xrdb -merge "$userresources" + xrdb -merge "$userresources" fi if [ -f "$usermodmap" ]; then - xmodmap -merge "$usermodmap" + xmodmap -merge "$usermodmap" fi if [ -d /etc/X11/xinit/xinitrc.d ]; then - for f in /etc/X11/xinit/xinitrc.d/?*.sh; do - # shellcheck source=/dev/null - [ -x "$f" ] && . "$f" - done + for f in /etc/X11/xinit/xinitrc.d/?*.sh; do + # shellcheck source=/dev/null + [ -x "$f" ] && . "$f" + done - unset f + unset f fi # shellcheck disable=all @@ -48,3 +48,6 @@ numlockx on {{ if eq .chezmoi.hostname "archgirlie" -}} setxkbmap -option "apple:alupckeys" {{ end -}} +{{ if lookPath "pidgin" -}} +pidgin & +{{ end -}}