<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archsetup/dotfiles/dwm, branch v0.5</title>
<subtitle>Builds a full dev workstation from a bare Arch Linux install.
</subtitle>
<id>https://git.cjennings.net/archsetup/atom?h=v0.5</id>
<link rel='self' href='https://git.cjennings.net/archsetup/atom?h=v0.5'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/'/>
<updated>2026-01-28T12:57:24+00:00</updated>
<entry>
<title>fix(hyprland): resolve waybar 25s startup delay and separate X11 dotfiles</title>
<updated>2026-01-28T12:57:24+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-28T12:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=d1660f7c7cf90314222319378fea4ffe87f4671f'/>
<id>urn:sha1:d1660f7c7cf90314222319378fea4ffe87f4671f</id>
<content type='text'>
- Add portals.conf with Settings=none to prevent D-Bus timeout
- Reorder exec-once: portal/dbus first, then services, then apps
- Move X11-specific dotfiles from common/ to dwm/ (Xresources, xinitrc,
  picom, redshift, conky, flameshot, touchpad-indicator)
- Delete obsolete xdg-desktop-portal-gtk drop-in from common/
</content>
</entry>
<entry>
<title>fix: move X11-specific configs from common to dwm</title>
<updated>2026-01-27T00:54:27+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-27T00:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=1564a3f38f7323a175183116401582964f7adf6c'/>
<id>urn:sha1:1564a3f38f7323a175183116401582964f7adf6c</id>
<content type='text'>
Move files that are specific to DWM/X11 setups:
- gpg-agent.conf (uses pinentry-dmenu)
- pinentry-dmenu.conf
- Desktop files using X11 tools (st, slock, sxiv, etc.)

These conflict with hyprland equivalents and should only
be stowed on DWM systems.

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>chore(dwm): remove 17 unused X11 scripts</title>
<updated>2026-01-27T00:05:51+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-27T00:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=7d9ba2beb53e35d4e05eb70b77bfd7ed23eb1ed5'/>
<id>urn:sha1:7d9ba2beb53e35d4e05eb70b77bfd7ed23eb1ed5</id>
<content type='text'>
Keep only scripts actually used or useful for DWM:
- airplanemodetoggle - toggle WiFi/Bluetooth
- brightness - backlight control (bound to XF86 keys)
- colorpick - X11 color picker
- dmenuexitmenu - logout/shutdown menu (Mod+Shift+Q)
- dmenuunicode - emoji picker
- screenshotmenu - screenshot tool
- toggle-touchpad - touchpad toggle (Mod+F9)
- wallsearch - wallpaper search/download

Removed scripts not referenced in DWM config.def.h or sxhkdrc:
audioselect, battery_monitor, bookfind, displayselect,
dmenuhandler, dmenumount, dmenumountcifs, dmenurecord,
dmenuumount, exitmenu, monitor, prompt, recordnow,
remaps, samedir, setbg, td-toggle

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>chore(dwm): remove unused dwmblocks statusbar scripts</title>
<updated>2026-01-26T23:48:03+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-26T23:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=152f8ae7ddf38df13d5a847ddfdf949d059ef42c'/>
<id>urn:sha1:152f8ae7ddf38df13d5a847ddfdf949d059ef42c</id>
<content type='text'>
Delete 24 sb-* scripts in statusbar/ directory - dwmblocks is not
installed or used.

Also removes sublime-merge config (manual install, not in archsetup).

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>refactor(scripts): reorganize scripts by desktop environment</title>
<updated>2026-01-26T23:27:50+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-26T23:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=a80dbca48b09ff50274e34fbf27c09c475aa09c7'/>
<id>urn:sha1:a80dbca48b09ff50274e34fbf27c09c475aa09c7</id>
<content type='text'>
Move X11/DWM-specific scripts to dotfiles/dwm/.local/bin/:
- All dmenu* scripts (7)
- All statusbar/sb-* scripts (24)
- Display scripts: brightness, displayselect, monitor, colorpick
- Input scripts: remaps, toggle-touchpad, samedir
- Menu scripts: exitmenu, prompt, airplanemodetoggle, audioselect
- Media scripts: screenshotmenu, recordnow, setbg, wallsearch, bookfind
- Misc: battery_monitor, td-toggle

Delete obsolete scripts:
- build.emacs.aur.sh (redundant with build-emacs.sh)
- bsdnet_bounce (FreeBSD only)
- calibre-install (just curls installer)
- debugemacs (hardcoded paths)
- gruv (duplicate of alias)
- reset-auth (unclear purpose)
- touchpad-indicator-start (obsolete daemon)
- starth (unused Hyprland starter)

Universal scripts remain in dotfiles/system/.local/bin/ for both
X11 and Wayland installs.

Also update todo.org: cancel pywal and waybar netspeed tasks,
mark desktop file pruning done.

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
