purian23
f5295fb35d
fix(greeter): remove auto-login state resolution from first install configuration
...
- Update auto-login command to:
`dms greeter sync --autologin`
2026-06-05 23:05:56 -04:00
purian23
8eb23bcc29
feat(mango): first-class MangoWM support across DMS, dankinstaller & UI tools
...
- Bring up Mango to parity with niri/hyprland via a native JSON-IPC w/Native MangoServic., replaces the legacy dwl/`mmsg` path and recent breaking changes
- Dankinstall: mango supported installer, config/binds templates, and packaging (Arch AUR, Fedora Terra auto-enable, Gentoo GURU)
- Window rules: Go provider + CLI + Settings GUI editor
- Keybinds + config reload on edit (mmsg dispatch reload_config)
- Misc new supported options in DMS settings
2026-06-04 18:45:04 -04:00
purian23
335c5b4ac5
feat(Greeter): add auto-login feature for startup settings
...
- Introduced a new cli flag:
`dms greeter sync --autologin-only`
and updated UI toggle in Greeter settings
2026-06-02 02:03:02 -04:00
purian23
078180fe42
feat(Greeter): improved multi-user UI and per-user theme sync
...
- Introduce multi-account greeter login with per-user theme previews
- Add `dms greeter sync --profile` for secondary users with or without sudo
- Add Manage greeter group membership from Settings UI → Users Tab
2026-05-25 22:41:23 -04:00
bbedward
c6e8067a22
core: add privesc package for privilege escalation
...
- Adds support for run0 and doas
fixes #998
2026-04-16 13:02:46 -04:00
purian23
e7ee26ce74
feat(Auth): Unify shared PAM sync across greeter & lockscreen
...
- Add a neutral `dms auth sync` command and reuse the shared auth flow from:
- Settings auth toggle auto-apply
- `dms greeter sync`
- `dms greeter install`
- greeter auth cleanup paths
- Rework lockscreen PAM so DMS builds /etc/pam.d/dankshell from the system login stack, but removes fingerprint and U2F from that password path. Keep /etc/pam.d/dankshell-u2f separate.
- Preserve custom PAM files in place to avoid adding duplicate greeter auth when the distro already provides it, and keep NixOS on the non-writing path.
2026-03-27 12:52:31 -04:00
purian23
59dae954cd
theme(greeter): fix auto theme accent variants & update selections
2026-03-17 13:27:57 -04:00
purian23
db3209afbe
refactor: Remove wireplumber directory from cache creation
2026-03-16 21:35:29 -04:00
purian23
e86227f05f
fix(greeter): add wireplumber state directory & update U2F env variables
2026-03-12 22:35:26 -04:00
purian23
727d9c6c22
greeter(auth): Enhance fingerprint/U2F auth support w/Quickshell PAM
...
- Split auth capability state by lock screen and greeter
- Share detection between settings UI and lock runtime
- Broaden greeter PAM include detection across supported distros
2026-03-12 15:06:07 -04:00
purian23
177a4c4095
(greeter): PAM auth improvements and defaults update
2026-03-10 15:02:26 -04:00
purian23
acf63c57e8
fix(Greeter): Multi-distro reliability updates
...
- Merge duplicate niri input/output KDL nodes instead of appending. Allows more overrides
- Guard AppArmor install/uninstall behind IsAppArmorEnabled() check
2026-03-08 22:28:32 -04:00
purian23
bb2081a936
feat(Greeter): Add install/uninstall/activate cli commands & new UI opts
...
- AppArmor profile management
- Introduced `dms greeter uninstall` command to remove DMS greeter configuration and restore previous display manager.
- Implemented AppArmor profile installation and uninstallation for enhanced security.
2026-03-07 20:44:19 -05:00
purian23
fe5bd42e25
greeter: New Greeter Settings UI & Sync fixes
...
- Add PAM Auth via GUI
- Added new sync flags
- Refactored cache directory management & many others
- Fix for wireplumber permissions
- Fix for polkit auth w/icon
- Add pam_fprintd timeout=5 to prevent 30s auth blocks when using password
2026-03-05 23:04:59 -05:00
purian23
32d16d0673
refactor(greeter): Update auth flows and add configurable opts
...
- Finally fix debug info logs before dms greeter loads
- prevent greeter/lockscreen auth stalls with timeout recovery and unlock-state sync
2026-03-04 14:17:56 -05:00
purian23
9f38a47a02
dms-greeter: Update dankinstall greeter automation w/distro packages
2026-02-23 15:36:17 -05:00
purian23
20ef5e2c18
dms-greeter: Enhance DMS Greeter dankinstall & packaging across distros
...
- Added support for Debian, Ubuntu, Fedora, Arch, and OpenSUSE on dankinstall / dms greeter install
2026-02-22 22:40:51 -05:00
Kristoffer Grönlund
81bce74612
greeter: Add support for Debian greetd user/group name ( #1685 )
...
* greeter: Detect user and group used by greetd
On most distros greetd runs as user and group "greeter",
but on Debian the user and group "_greetd" are used.
* greeter: Use correct group in sync command
* greeter: more generic group detection
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2026-02-16 00:36:58 -05:00
Tulip Blossom
b4a8853591
fix(greeter): use 0755 permissions for greeter directories ( #1619 )
...
* fix(greeter): use 0755 permissions for greeter directories
Directories need to be executable to read/write to them (weirdly enough)
Fixes: https://github.com/AvengeMedia/DankMaterialShell/issues/1618
Signed-off-by: Tulip Blossom <tulilirockz@outlook.com >
* fix: also need 4 for world writeable perms on DMS greeter directory
---------
Signed-off-by: Tulip Blossom <tulilirockz@outlook.com >
2026-02-07 22:25:39 -05:00
bbedward
e9ec28aab7
core/greeter: embed base config, tie enable into sync, sync config
...
argument always, preserve existing args
2026-02-03 16:02:42 -05:00
purian23
3ef0e63533
feat: DMS Greeter Sync w/niri include settings
...
- cursor, debug, input & options
- This lets the greeter inherit your niri display/output layout, input device behavior, cursor settings & debug flags overrides
2026-02-03 14:57:29 -05:00
bbedward
122fb16dfb
clipboard: simplify copyFile, fix copy image from history
2026-01-26 21:49:34 -05:00
bbedward
aeacf109eb
core: add slices, paths, exec utils
2025-12-09 15:34:13 -05:00
bbedward
dde426658f
core: fix golang-ci lints and add a config
2025-11-30 00:12:45 -05:00
purian23
3e6be3e762
Greet path updates
2025-11-14 17:54:35 -05:00
purian23
7a8cc449b9
Add local ACL greeter permissions to dms core installer
2025-11-14 16:32:06 -05:00
bbedward
201bd8dc1f
cli: fix greeter enable, and color sync
2025-11-13 13:21:18 -05:00
bbedward
db584b7897
rename backend to core
2025-11-12 23:12:31 -05:00