Conversation
williamleven
approved these changes
Feb 7, 2026
williamleven
left a comment
Member
There was a problem hiding this comment.
Change looks good, I'll check out the result in a bit.
williamleven
added a commit
that referenced
this pull request
Mar 1, 2026
- Fix DMS user service enablement: replace broken `systemctl enable /usr/lib/systemd/user/dms.service` with correct `systemctl --global enable dms.service` (same pattern as kanshi) - Add build-time verification: RUN systemctl --global is-enabled dms.service - Remove dunst package (no reverse deps; DMS owns org.freedesktop.Notifications) - Suppress waybar bar via empty sway config.d override (DMS provides DankBar; waybar cannot be removed as sway-config-fedora depends on it) - Override $menu to DMS spotlight launcher (replaces removed rofi in $mod+d) - Fix misplaced blueman.desktop from PR #104: move to xdg/autostart/ and disable with Hidden=true (DMS provides its own BluetoothService)
williamleven
added a commit
that referenced
this pull request
Mar 1, 2026
- Fix DMS user service enablement: replace broken `systemctl enable /usr/lib/systemd/user/dms.service` with correct `systemctl --global enable dms.service` (same pattern as kanshi) - Add build-time verification: RUN systemctl --global is-enabled dms.service - Remove dunst package (no reverse deps; DMS owns org.freedesktop.Notifications) - Suppress waybar bar via empty sway config.d override (DMS provides DankBar; waybar cannot be removed as sway-config-fedora depends on it) - Override $menu to DMS spotlight launcher (replaces removed rofi in $mod+d) - Fix misplaced blueman.desktop from PR #104: move to xdg/autostart/ and disable with Hidden=true (DMS provides its own BluetoothService)
williamleven
added a commit
that referenced
this pull request
Mar 1, 2026
- Fix DMS user service enablement: replace broken `systemctl enable /usr/lib/systemd/user/dms.service` with correct `systemctl --global enable dms.service` (same pattern as kanshi) - Add build-time verification: RUN systemctl --global is-enabled dms.service - Remove dunst package (no reverse deps; DMS owns org.freedesktop.Notifications) - Suppress waybar bar via empty sway config.d override (DMS provides DankBar; waybar cannot be removed as sway-config-fedora depends on it) - Override $menu to DMS spotlight launcher (replaces removed rofi in $mod+d) - Fix misplaced blueman.desktop from PR #104: move to xdg/autostart/ and disable with Hidden=true (DMS provides its own BluetoothService)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dmsreplaces some existing functionality:waybarreplaced withdmsown barswayconfig.d files and can be disabled from thereswaylockreplaced withdmslockscreenswayconfig and might be triggered from.../sway/config.d/90-swayidle.confdms ipc call lock lockrofireplaced withdmsspotlight searchnetwork-manager-appletreplaced withdmsnetwork settings guiblueman-appletreplaced withdmsbluetooth settings guiNote
(*) due to the fact that the
swaypackage in fedora has these packages as dependencies we cannot remove them, instead you're forced to disable their functionality.