<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles/home/.config/alacritty, 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-17T09:54:07Z</updated>
<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>fix: restore WINIT_X11_SCALE_FACTOR for correct font scaling</title>
<updated>2026-04-17T09:53:51Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:53:51Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=c132c91855bb995417d9f5473aa6d1a965626ba7'/>
<id>urn:sha1:c132c91855bb995417d9f5473aa6d1a965626ba7</id>
<content type='text'>
Without this override, fonts render disproportionately large
on X11 due to DPI auto-detection.
</content>
</entry>
<entry>
<title>chore: clean up alacritty minor options</title>
<updated>2026-04-17T09:53:50Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:53:50Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=2f0c98f7ea12195d9e679b7574e40ea14efe063a'/>
<id>urn:sha1:2f0c98f7ea12195d9e679b7574e40ea14efe063a</id>
<content type='text'>
- Enable live_config_reload (apply config changes without restart)
- Remove WINIT_X11_SCALE_FACTOR env override (no longer needed)
- Add terminal.osc52 = CopyPaste for full clipboard via OSC 52
  (used by zellij for clipboard sync)
</content>
</entry>
<entry>
<title>fix: remap alacritty scroll bindings to avoid zellij conflict</title>
<updated>2026-04-17T09:53:50Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-17T09:53:50Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=923630f8f0e6d10888a227fd8b4ddac5fe382f54'/>
<id>urn:sha1:923630f8f0e6d10888a227fd8b4ddac5fe382f54</id>
<content type='text'>
Alt+[/] for ScrollLineUp/Down conflicted with zellij's
Alt+[/] GoToPreviousTab/GoToNextTab — alacritty intercepted
them before zellij could see them.

Remap to Ctrl+Shift+Up/Down which don't conflict.
</content>
</entry>
<entry>
<title>Add a lot of changes</title>
<updated>2025-09-11T15:38:11Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2025-09-11T15:38:11Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=aa62e1f27b0cb3d712d6f2b13071cca0f09379be'/>
<id>urn:sha1:aa62e1f27b0cb3d712d6f2b13071cca0f09379be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix alacritty config</title>
<updated>2025-01-31T17:56:05Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2025-01-31T17:30:37Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=1fb80b905de53155af8b38d8a4f31daa0733cb0b'/>
<id>urn:sha1:1fb80b905de53155af8b38d8a4f31daa0733cb0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[term] Change scroll mappings</title>
<updated>2024-05-24T13:27:26Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2024-05-24T13:27:26Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=7caea0ff22b4695c90fe44bb4edeeca6e83fbcc2'/>
<id>urn:sha1:7caea0ff22b4695c90fe44bb4edeeca6e83fbcc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[alacritty] Prevent dpi scaling</title>
<updated>2024-04-11T13:26:19Z</updated>
<author>
<name>Arnold Sommerfeld</name>
<email>sommerfeld@strisemarx.com</email>
</author>
<published>2024-04-11T13:26:19Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=de8712664e3fe76117656fe3abadbcd4ae52fd6e'/>
<id>urn:sha1:de8712664e3fe76117656fe3abadbcd4ae52fd6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate alacritty config</title>
<updated>2024-03-09T11:22:30Z</updated>
<author>
<name>Arnold Sommerfeld</name>
<email>sommerfeld@strisemarx.com</email>
</author>
<published>2024-03-09T11:22:30Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=5c98cd7401e17cbb3545ffa6db344026f42d3069'/>
<id>urn:sha1:5c98cd7401e17cbb3545ffa6db344026f42d3069</id>
<content type='text'>
</content>
</entry>
<entry>
<title>first commit</title>
<updated>2023-10-18T10:16:43Z</updated>
<author>
<name>Arnold Sommerfeld</name>
<email>sommerfeld@strisemarx.com</email>
</author>
<published>2023-05-17T17:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.strisemarx.com/dotfiles/commit/?id=b487984ecc61c6229cf92550030745c192fd3d0b'/>
<id>urn:sha1:b487984ecc61c6229cf92550030745c192fd3d0b</id>
<content type='text'>
</content>
</entry>
</feed>
