Update .config/packages/archgirlie
Update .xprofile Update tags
This commit is contained in:
parent
ae4c13ca53
commit
9e2a7f1e30
3 changed files with 5 additions and 720 deletions
|
@ -71,6 +71,7 @@ gvfs-smb
|
|||
hunspell-en_us
|
||||
hyfetch
|
||||
hyphen-en
|
||||
i3-wm
|
||||
imagemagick
|
||||
inotify-tools
|
||||
iptables-nft
|
||||
|
|
|
@ -31,7 +31,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
|||
fi
|
||||
|
||||
# shellcheck disable=all
|
||||
{{- if eq .chezmoi.hostname "archgirlie" -}}
|
||||
{{- if eq .chezmoi.hostname "archgirlie" }}
|
||||
"$HOME/.screenlayout/desktop.sh"
|
||||
{{- end }}
|
||||
|
||||
|
@ -44,6 +44,9 @@ mopidy &
|
|||
{{ if lookPath "numlockx" -}}
|
||||
numlockx on
|
||||
{{ end -}}
|
||||
{{ if lookPath "picom" -}}
|
||||
picom --config "$HOME/.config/picom.conf" &
|
||||
{{ end -}}
|
||||
{{ if eq .chezmoi.hostname "archgirlie" -}}
|
||||
setxkbmap -option "apple:alupckeys"
|
||||
vpn-port-forwarding &
|
||||
|
|
Loading…
Reference in a new issue