<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles/home/.config/zsh, branch master</title>
<subtitle>My linux config and rc files
</subtitle>
<id>https://git.strisemarx.com/dotfiles/atom?h=master</id>
<link rel='self' href='https://git.strisemarx.com/dotfiles/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/'/>
<updated>2026-04-17T13:47:34Z</updated>
<entry>
<title>fix: set GPG_TTY per interactive shell, not just at login</title>
<updated>2026-04-17T13:47:34Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T13:47:34Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=c6eb8e5092b22e4bb611deb5a11273547f8b1f1e'/>
<id>urn:sha1:c6eb8e5092b22e4bb611deb5a11273547f8b1f1e</id>
<content type='text'>
GPG_TTY was set in .zprofile (login shell) to /dev/tty1, but terminal
emulator shells get /dev/pts/N. Move the export to .zshrc so each
interactive shell sets the correct TTY before telling the agent.
</content>
</entry>
<entry>
<title>refactor: revert GNUPGHOME to default ~/.gnupg</title>
<updated>2026-04-17T13:47:34Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T13:47:34Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=644785859ac960c0da64016065a800bf660ffbcf'/>
<id>urn:sha1:644785859ac960c0da64016065a800bf660ffbcf</id>
<content type='text'>
Drop custom GNUPGHOME=~/.local/share/gnupg which required 6 systemd
socket/service overrides with hardcoded directory hashes. GnuPG
periodically changes its hash algorithm on updates, silently breaking
systemd socket activation and pam-gnupg passphrase presetting.

With default GNUPGHOME, stock systemd units work out of the box.

- Move gpg.conf, gpg-agent.conf, sshcontrol to home/.gnupg/
- Delete all gpg-agent socket/service/dirmngr override dirs
- Remove GNUPGHOME from .zprofile, .pam_environment, pam-gnupg
- Remove GNUPGHOME from vdirsyncer and bridge service overrides
</content>
</entry>
<entry>
<title>fix: move GNUPGHOME before SSH_AUTH_SOCK in zprofile</title>
<updated>2026-04-17T10:17:01Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T10:17:01Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=b7fcd084b324c0f8c445f9c3811d3d1331fb4198'/>
<id>urn:sha1:b7fcd084b324c0f8c445f9c3811d3d1331fb4198</id>
<content type='text'>
gpgconf --list-dirs agent-ssh-socket needs GNUPGHOME set to return
the correct hashed socket path. Without it, SSH_AUTH_SOCK pointed to
a non-existent socket, breaking GPG agent SSH authentication.
</content>
</entry>
<entry>
<title>refactor: remove dead code and defunct settings</title>
<updated>2026-04-17T09:54:14Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:54:14Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=89d48ab1945836d9abab2d66b9baae414dda4467'/>
<id>urn:sha1:89d48ab1945836d9abab2d66b9baae414dda4467</id>
<content type='text'>
- streamlink: remove twitch-disable-hosting (removed 2022) and
  twitch-disable-ads (dropped by streamlink)
- .zprofile: remove dead FZF_TMUX tmux check, GTK2_RC_FILES export
  (gtk-2.0 dir deleted), update qt5ct → qt6ct
- gtk-3.0/settings.ini: remove 4 GTK2-only settings (toolbar-style,
  toolbar-icon-size, button-images, menu-images)
- gtk-3.0/gtk.css: fix GTK2 selectors (GtkLabel→headerbar, GtkWindow→window),
  remove Nautilus rule (not used on sway)
- npm/npmrc: remove init-module pointing to nonexistent file
- mpv.conf: remove load-stats-overlay=no (references nonexistent script)
- aerc.conf: change styleset nord → gruvbox for consistency
</content>
</entry>
<entry>
<title>fix: revert TERM hack for yazi in zellij</title>
<updated>2026-04-17T09:54:12Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:54:12Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=6e096aed5c750d5e8d3b2c39d02ac5c5dcac8c6b'/>
<id>urn:sha1:6e096aed5c750d5e8d3b2c39d02ac5c5dcac8c6b</id>
<content type='text'>
Überzug++ Wayland overlay coordinates are wrong inside zellij
panes, so the TERM=xterm-kitty workaround doesn't actually
produce image previews. Image previews work natively outside
zellij; inside zellij all image paths are broken until zellij
adds Kitty graphics passthrough (zellij#775).
</content>
</entry>
<entry>
<title>feat: force ueberzug++ for yazi image previews inside zellij</title>
<updated>2026-04-17T09:54:11Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:54:11Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=945dd3d3cb38d7de301a34ec3d5c7112dcab97c2'/>
<id>urn:sha1:945dd3d3cb38d7de301a34ec3d5c7112dcab97c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: replace lf with yazi file manager</title>
<updated>2026-04-17T09:54:11Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:54:11Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=f31482b10182bd02013808b6e3de2aa5ca566d0a'/>
<id>urn:sha1:f31482b10182bd02013808b6e3de2aa5ca566d0a</id>
<content type='text'>
- Create minimal yazi.toml: show_hidden, scrolloff=10, mtime linemode
- Create keymap.toml: shell access (!), bookmark dirs (g r/./x/s/S)
- Add y() shell wrapper for cd-on-exit to zshrc
- Add yazi section to KEYBINDS.md
- Remove old lf config
</content>
</entry>
<entry>
<title>chore: remove all X11/Xorg configs and references</title>
<updated>2026-04-17T09:54:07Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:54:07Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=28651e0c6da48de4763188180568c65a89f7708f'/>
<id>urn:sha1:28651e0c6da48de4763188180568c65a89f7708f</id>
<content type='text'>
Removed:
- home/.config/{X11,bspwm,sxhkd,polybar,rofi,dunst,sxiv,sx,alacritty}
- meta/{x-base,x-de,x-extra} metapackages
- barscripts/ (polybar GPU scripts)
- nvim sxhkdrc ftplugin and treesitter parser

Updated:
- mimeapps.list: sxiv → imv
- ghostty config: bspwm → sway comment
- .zshrc: alacritty → xterm-ghostty in TERM check
- .zprofile: removed bspwm from comment
- copilot-instructions.md: removed X11 references
</content>
</entry>
<entry>
<title>refactor: update shell config for wayland</title>
<updated>2026-04-17T09:53:59Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:53:59Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=dd4aa55b28637b64779a97104c6160f032a79b19'/>
<id>urn:sha1:dd4aa55b28637b64779a97104c6160f032a79b19</id>
<content type='text'>
- Remove X11 env vars (SXHKD_SHELL, GDK_DISPLAY, vblank_mode)
- Remove X11 XDG cleanup vars (XAUTHORITY, XINITRC, etc.)
- Add XDG_CURRENT_DESKTOP=sway, MOZ_ENABLE_WAYLAND=1
- Export XDG_SESSION_TYPE=wayland before launching sway
- Auto-start sway on VT1 (replaces sx)
- Remove xclip alias and whichkey function from .zshrc
</content>
</entry>
<entry>
<title>feat: emit OSC 7 CWD for zellij pane/tab inheritance</title>
<updated>2026-04-17T09:53:55Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:53:55Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=0fb3b19e003b734529a33e26911e0ebff0b7bc5d'/>
<id>urn:sha1:0fb3b19e003b734529a33e26911e0ebff0b7bc5d</id>
<content type='text'>
</content>
</entry>
</feed>
