Commit cd8a839
committed
fix: configure DMS as default shell
- 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)1 parent 7b0b105 commit cd8a839
6 files changed
Lines changed: 14 additions & 4 deletions
File tree
- files/usr/etc
- sway/config.d
- xdg
- autostart
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
This file was deleted.
0 commit comments