Skip to content

Commit 833c110

Browse files
Fix version string and add X11 wmclass hint
Version was incorrectly set to 0.1.0-chromatic-quantize despite nix-support being based on main. Added X11 wmclass hint alongside Wayland for icon matching on both backends. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 45ea321 commit 833c110

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,11 @@
140140
chmod +x $out/bin/midimech
141141
patchShebangs $out/bin/midimech
142142
143-
# Wrap to include runtime libraries + set Wayland app ID for icon matching
143+
# Wrap to include runtime libraries + set window class for desktop icon matching
144144
wrapProgram $out/bin/midimech \
145145
--prefix LD_LIBRARY_PATH : "${runtimeLibs}" \
146146
--set SDL_VIDEO_WAYLAND_WMCLASS midimech \
147+
--set SDL_VIDEO_X11_WMCLASS midimech \
147148
--set SDL_APP_ID midimech
148149
149150
# Desktop entry for application launchers

0 commit comments

Comments
 (0)