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
{{ 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/davfs2/secrets
.config/kitty
@@ -9,7 +9,7 @@ README.md
.config/waybar
{{ 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
{{ end }}
+3 -4
View File
@@ -27,10 +27,9 @@ export EDITOR=nvim
export SUDO_EDITOR="$(which $EDITOR)"
export PAGER=less
# sway
#export XDG_CURRENT_DESKTOP=sway
#export _JAVA_AWT_WM_NONREPARENTING=1
#export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
# wayland
export ELECTRON_OZONE_PLATFORM_HINT=wayland
export GTK_USE_PORTAL=1
# virt
export LIBVIRT_DEFAULT_URI="qemu:///system"