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
bbedward
fd1facfce8
core: execute quickshell IPC with pid
2026-03-23 10:06:31 -04:00
lpv
6c8d3fc007
feat(screenshot): add --no-confirm and --reset flags ( #2059 )
2026-03-23 09:18:56 -04:00
bbedward
7ca1d2325a
core: use QS_APP_ID instead of pragma
2026-03-20 12:38:42 -04:00
bbedward
1e48976ae5
theme: add matugen contrast slider
...
fixes #2026
2026-03-19 14:44:14 -04:00
purian23
1fab90178a
(greeter): Revise dir perms and add validations
2026-03-17 20:38:37 -04:00
purian23
59dae954cd
theme(greeter): fix auto theme accent variants & update selections
2026-03-17 13:27:57 -04:00
bbedward
bb08e1233a
matugen: bump default queue timeout to 90s
2026-03-13 15:40:55 -04:00
purian23
edc544df7a
dms(policy): Restore dms greeter sync in immutable distros
2026-03-13 14:27:15 -04:00
bbedward
46aaf5ff77
fix(udev): avoid event loop termination
...
core: bump go to 1.26
2026-03-13 11:42:46 -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
baa956c3a1
fix(Greeter): Don't stop greeter immediately upon uninstallation
2026-03-07 22:23:21 -05: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
7840294517
fix(Clipboard): Epic RAM Growth
...
- Closes #1920
2026-03-06 22:12:24 -05:00
purian23
1eca9b4c2c
feat: Implement immutable DMS command policy
...
- Added pre-run checks for greeter and setup commands to enforce policy restrictions
- Created cli-policy.default.json to define blocked commands and user messages for immutable environments.
2026-03-05 23:08:27 -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
bbedward
2f04be8778
wallpaper: handle initial load better, add dms randr command for quick
...
physical scale retrieval
2026-02-24 15:09:04 -05:00
bbedward
7474abe286
matugen: skip theme refreshes if no colors changed
2026-02-24 13:28:13 -05:00
Lucas
07460f6e1f
doctor: fix imageformats detection ( #1811 )
2026-02-23 19:44:51 -05:00
purian23
9f38a47a02
dms-greeter: Update dankinstall greeter automation w/distro packages
2026-02-23 15:36:17 -05:00
purian23
912e3bdfce
dms-greeter: Enable greetd via dms greeter install all-in-one cmd
2026-02-22 23:26:40 -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
bbedward
242ead722a
screenshot: adjust cursor CLI option to be more explicit
2026-02-17 22:28:19 -05:00
bbedward
3bc5d1df81
doctor: add qt6-imageformats check
2026-02-17 12:58:09 -05:00
bbedward
f280cd9d3b
keybinds: dont pass dirs
2026-02-16 23:55:11 -05:00
bbedward
0b33d3f905
miraclewm: add support for Miracle WM
2026-02-16 23:00:25 -05:00
bbedward
2f863f64ee
core: set qt platform to wayland;xcb by default
2026-02-16 18:28:31 -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
purian23
f2a6d2c7da
core: Fix DMS Greeter group check & add Cosmic support
2026-02-15 22:48:22 -05:00
bbedward
0a9a34912e
wallpapers: support more image formats + case insensitivity
...
fixes #1694
fixes #1660
2026-02-15 16:22:27 -05:00
bbedward
14f92669c6
doctor: add cups-pk-helper
2026-02-14 10:38:03 -05:00
bbedward
c783ff3dcf
core: add DL helper, apply to TrackArt OSD, DankLocationSearch
...
- unrelated change to add gsettingsOrDconf helpers
2026-02-10 15:42:40 -05:00
bbedward
654661fd66
cli/setup: add subcommands for individual includes
2026-02-06 09:53:41 -05:00
bbedward
2583dbd3f2
niri/keybinds: expose when-locked, inhibitied, repeat through GUI editor
...
fixes #1437
2026-02-05 11:55:25 -05:00
bbedward
e27e904157
doctor: add --copy option for github issue reporting
2026-02-04 19:33:22 -05:00
bbedward
fe15667986
clipboard: add watch -m for mime-types
2026-02-04 11:36:41 -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
bbedward
c755a3719d
core/windowrules: disable hyprland from CLI
2026-01-29 13:12:17 -05:00
bbedward
eda59b348c
clipboard: react to changes
2026-01-27 22:50:28 -05:00
bbedward
68159b5c41
niri: add window-rule management
...
- settings UI for creating, editing, deleting window ruels
- IPC to create a window rule for the currently focused toplevel
fixes #1292
2026-01-27 19:28:58 -05:00
bbedward
122fb16dfb
clipboard: simplify copyFile, fix copy image from history
2026-01-26 21:49:34 -05:00
bbedward
8499033221
clipboard: fix file transfer & export functionality
...
- grants read to all installed flatpak apps
2026-01-26 17:58:06 -05:00
bbedward
2a02d5594c
clipboard: add cl copy --download option for images/videos
...
- offers application/vnd.portal.filetransfer and text/uri-list
2026-01-26 16:34:47 -05:00
bbedward
0857023dba
core: ipc fill in help, remove management tui
2026-01-22 17:51:38 -05:00
purian23
6bf1438ef1
fix: dms chroma hang on print
2026-01-21 22:47:53 -05:00
purian23
3ff00768ac
core: dms chroma notepad updates
2026-01-21 11:48:08 -05:00
purian23
a343bc7562
feat: DMS Core Chroma Syntax Highlighter
...
- Thanks alecthomas for the project
2026-01-21 09:16:58 -05:00