Compare commits

...

2 Commits

Author SHA1 Message Date
Joel Beckmeyer a58ced0fcd update ignore file 2026-04-16 13:46:46 -04:00
Joel Beckmeyer 9ab113bf91 remove sway vars, add vars for vscode/wayland 2026-04-10 14:08:23 -04:00
2 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
README.md README.md
{{ if or (eq .chezmoi.hostname "daybreak") (eq .chezmoi.hostname "epoch") (eq .chezmoi.hostname "UGC13335X84") (eq .chezmoi.hostname "UGCB2YBS33") (env "ANDROID_ROOT") }} {{ if or (eq .chezmoi.hostname "daybreak") (eq .chezmoi.hostname "epoch") (eq .chezmoi.hostname "UGC13335X84") (eq .chezmoi.hostname "UGCB2YBS33") (eq .chezmoi.hostname "UGC1C4PJF24") (env "ANDROID_ROOT") }}
.config/beets .config/beets
.config/davfs2/secrets .config/davfs2/secrets
.config/kitty .config/kitty
@@ -9,7 +9,7 @@ README.md
.config/waybar .config/waybar
{{ end }} {{ end }}
{{ if or (eq .chezmoi.hostname "daybreak") (eq .chezmoi.hostname "epoch") (eq .chezmoi.hostname "UGC13335X84") (eq .chezmoi.hostname "UGCB2YBS33") }} {{ if or (eq .chezmoi.hostname "daybreak") (eq .chezmoi.hostname "epoch") (eq .chezmoi.hostname "UGC13335X84") (eq .chezmoi.hostname "UGCB2YBS33") (eq .chezmoi.hostname "UGC1C4PJF24") }}
.local/share/gnupg/sshcontrol .local/share/gnupg/sshcontrol
{{ end }} {{ end }}
+3 -4
View File
@@ -27,10 +27,9 @@ export EDITOR=nvim
export SUDO_EDITOR="$(which $EDITOR)" export SUDO_EDITOR="$(which $EDITOR)"
export PAGER=less export PAGER=less
# sway # wayland
#export XDG_CURRENT_DESKTOP=sway export ELECTRON_OZONE_PLATFORM_HINT=wayland
#export _JAVA_AWT_WM_NONREPARENTING=1 export GTK_USE_PORTAL=1
#export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
# virt # virt
export LIBVIRT_DEFAULT_URI="qemu:///system" export LIBVIRT_DEFAULT_URI="qemu:///system"