purian23
908e1f600e
dankinstall(distros): Enhance DMS minimal install logic
...
-Updated for Debian, Ubuntu, Fedora, and OpenSUSE
- New shared minimal installation logic to streamline package handling across distros
2026-03-12 14:55:02 -04:00
purian23
177a4c4095
(greeter): PAM auth improvements and defaults update
2026-03-10 15:02:26 -04:00
Adarsh219
54e0eb5979
feat: Add Zed editor theming support ( #1954 )
...
* feat: Add Zed editor theming support
* fix formatting and switch to CONFIG_DIR
2026-03-10 12:03:01 -04:00
purian23
0fef4d515e
dankinstall: Update Arch/Quickshell installation
2026-03-09 18:10:55 -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
c984b0b9ae
fix(Clipboard) remove unused copyServe logic
2026-03-07 20:42:54 -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
Giorgio De Trane
20d383d4ab
feat(cups): add manual printer addition by IP/hostname ( #1868 )
...
Add a new "Add by Address" flow in the printer settings that allows
users to manually add printers by IP address or hostname, enabling
printing to devices not visible via mDNS/Avahi discovery (e.g.,
printers behind Tailscale subnet routers, VPNs, or across network
boundaries).
Go backend:
- New cups.testConnection IPC method that probes remote printers via
IPP Get-Printer-Attributes with /ipp/print then / fallback
- Input validation with host sanitization and protocol allowlist
- Auth-aware probing (HTTP 401/403 reported as reachable)
- lpadmin CLI fallback for CreatePrinter/DeletePrinter when
cups-pk-helper polkit authorization fails
QML frontend:
- "Add by Address" toggle alongside existing device discovery
- Manual entry form with host, port, protocol fields
- Test Connection button with loading state and result display
- Smart PPD auto-selection by probed makeModel with driverless fallback
- All strings use I18n.tr() with translator context
Includes 20+ unit tests covering validation, probe delegation, TLS
flag propagation, auth error detection, and handler routing.
2026-02-28 20:36:16 -05:00
bbedward
3600e034b8
weather: fix geoclue IP fallback
2026-02-28 00:07:04 -05:00
bbedward
b9e9da579f
weather: fix fallback temporarily
2026-02-27 22:37:10 -05:00
Sunner
7bea6b4a62
Add GeoClue2 integration as alternative to IP location ( #1856 )
...
* feat: switch auto location in weather widget to use GeoClue2 instead of simple IP check
* nix: enable GeoClue2 service by default
* lint: fix line endings
* fix: fall back to IP location if GeoClue is not available
2026-02-27 22:29:08 -05:00
bbedward
ab211266a6
loginctl: add fallbacks for session discovery
2026-02-27 10:00:41 -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
bbedward
e83da53162
thememode: connect to loginctl PrepareForSleep event
2026-02-23 19:01:20 -05:00
purian23
9f38a47a02
dms-greeter: Update dankinstall greeter automation w/distro packages
2026-02-23 15:36:17 -05:00
Jonas Bloch
b0da45d6d0
Wifi QR code generation (requires testing) ( #1794 )
...
* fix: add mockery v2 to nix flake pkgs
* feat: add requests for generating wifi qr codes as png files in /tmp, and to delete them later. only supports NetworkManager backend for now.
* feat: add modal for sharing wifi via qr code and saving the code as png file.
* fix: uncomment QR code file deletion
* network: light refactor and cleanup for QR code generation
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2026-02-23 10:02:51 -05:00
purian23
912e3bdfce
dms-greeter: Enable greetd via dms greeter install all-in-one cmd
2026-02-22 23:26:40 -05:00
bbedward
ee1b25d9e8
matugen: unconditionally run portal sync even if matugen errors
2026-02-22 22:57:51 -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
bc4ad31d48
bluetooth: expose trust/untrust on devices
2026-02-22 22:10:07 -05:00
长夜月玩Fedora
71aad8ee32
Add support for 'evernight' distribution in Fedora ( #1786 )
2026-02-22 22:02:37 -05:00
Lucas
f983c67135
zen: add more commands to detection ( #1792 )
2026-02-21 14:58:36 -05:00
bbedward
b2bee699e0
window rules: default to fixed for width/height
...
part of #1774
2026-02-20 13:51:03 -05:00
bbedward
babc8feb2b
clipboard: fix memory leak from unbounded offer maps and unguarded file reads
2026-02-20 11:39:41 -05:00
bbedward
2f445c546a
keybinds/niri: fix quote preservation
2026-02-20 11:37:02 -05:00
bbedward
61bd156fb0
core/screenshot: light cleanups
2026-02-20 11:16:53 -05:00
Patrick Fischer
8ad0cf8e5f
screensaver: emit ActiveChanged on lock/unlock ( #1761 )
2026-02-20 11:05:30 -05:00
shorinkiwata
06ab1a8ef0
feat(distros): allow CatOS to run DMS installer ( #1768 )
...
- This PR adds support for **CatOS**
- CatOS is fully compatible with Arch Linux
2026-02-20 09:28:42 -05:00
bbedward
526e2420ca
flake: fix dev flake for go 1.25 and ashellchheck
2026-02-19 09:30:05 -05:00
beluch-dev
42e5d7f6e9
fix: correct parameter name in Hyprland windowrule (no_initial_focus) ( #1726 )
...
##Description
This PR corrects the parameter name to match new Hyprland standard.
## Changes
-Before: 'noinitialfocus'
-After: 'no_initial_focus'
2026-02-18 13:41:12 -05:00
Evgeny Zemtsov
9723661c80
handle recycled server object IDs for workspace/group handles ( #1725 )
...
When switching tabs rapidly or closing multiple tabs, the taskbar shows
"ghost" workspaces — entries with no name, no coordinates, and no active
state. The ghosts appear at positions where workspaces were removed and
then recreated by the compositor.
When a compositor removes a workspace (sends `removed` event) and the
client calls Destroy(), the proxy is marked as zombie but stays in the
Context.objects map. For server-created objects (IDs >= 0xFF000000), the
server never sends `delete_id`, so the zombie proxy persists indefinitely.
When the compositor later creates a new workspace that gets a recycled
server object ID, GetProxy() returns the old zombie proxy. The dispatch
loop in GetDispatch() checks IsZombie() and silently drops ALL events
for zombie proxies — including property events (name, id, coordinates,
state, capabilities) intended for the new workspace. This causes the
ghost workspaces with empty properties in the UI.
Fix: check IsZombie() when handling `workspace` and `workspace_group`
events that carry a `new_id` argument. If the existing proxy is a
zombie, treat it as absent and create a fresh proxy via
registerServerProxy(), which replaces the zombie in the map. Subsequent
property events are then dispatched to the live proxy.
2026-02-18 12:51:17 -05:00
bbedward
27b7474180
matugen: make v4 detection more resilient
2026-02-18 09:55:45 -05:00
purian23
d219d3b873
dankinstall: Fix Debian ARM64 detection
2026-02-18 09:41:36 -05:00
bbedward
93ab290bc1
matugen: detect emacs directory
...
fixes #1720
2026-02-18 09:23:13 -05:00
bbedward
242ead722a
screenshot: adjust cursor CLI option to be more explicit
2026-02-17 22:28:19 -05:00
bbedward
d548803769
dankinstall: no_anim on dms layers
2026-02-17 15:32:08 -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
Divya Jain
cf4ce3c476
add support for globalprotect vpn using saml auth flow ( #1689 )
...
* add support for globalprotect vpn using saml auth flow
* go fmt
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2026-02-16 23:25:35 -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
bbedward
196c421b75
Squashed commit of the following:
...
commit 051b7576f7
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 16:38:45 2026 -0500
Height for realz
commit 7784488a61
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 16:34:09 2026 -0500
Fix height and truncate text/URLs
commit 31b328d428
Author: bbedward <bbedward@gmail.com >
Date: Sun Feb 15 16:25:57 2026 -0500
notifications: handle URL encoding in markdown2html
commit dbb04f74a2
Author: bbedward <bbedward@gmail.com >
Date: Sun Feb 15 16:10:20 2026 -0500
notifications: more comprehensive decoder
commit b29c7192c2
Author: bbedward <bbedward@gmail.com >
Date: Sun Feb 15 15:51:37 2026 -0500
notifications: html unescape
commit 8a48fa11ec
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 15:04:33 2026 -0500
Add expressive curve on init toast
commit ee124f5e04
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 15:02:16 2026 -0500
Expressive curves on swipe & btn height
commit 0fce904635
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 13:40:02 2026 -0500
Provide bottom button clearance
commit 00d3829999
Author: bbedward <bbedward@gmail.com >
Date: Sun Feb 15 13:24:31 2026 -0500
notifications: cleanup popup display logic
commit fd05768059
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 01:00:55 2026 -0500
Add Privacy Mode
- Smoother notification expansions
- Shadow & Privacy Toggles
commit 0dba11d845
Author: purian23 <purian23@gmail.com >
Date: Sat Feb 14 22:48:46 2026 -0500
Further M3 enhancements
commit 949c216964
Author: purian23 <purian23@gmail.com >
Date: Sat Feb 14 19:59:38 2026 -0500
Right-Click to set Rules on Notifications directly
commit 62bc25782c
Author: bbedward <bbedward@gmail.com >
Date: Fri Feb 13 21:44:27 2026 -0500
notifications: fix compact spacing, reveal header bar, add bottom center
position, pointing hand cursor fix
commit ed495d4396
Author: purian23 <purian23@gmail.com >
Date: Fri Feb 13 20:25:40 2026 -0500
Tighten init toast
commit ebe38322a0
Author: purian23 <purian23@gmail.com >
Date: Fri Feb 13 20:09:59 2026 -0500
Update more m3 baselines & spacing
commit b1735bb701
Author: purian23 <purian23@gmail.com >
Date: Fri Feb 13 14:10:05 2026 -0500
Expand rules on-Click
commit 9f13546b4d
Author: purian23 <purian23@gmail.com >
Date: Fri Feb 13 12:59:29 2026 -0500
Add Notification Rules
- Additional right-click ops
- Allow for 3rd boy line on init notification popup
commit be133b73c7
Author: purian23 <purian23@gmail.com >
Date: Fri Feb 13 10:10:03 2026 -0500
Truncate long title in groups
commit 4fc275bead
Author: bbedward <bbedward@gmail.com >
Date: Thu Feb 12 23:27:34 2026 -0500
notification: expand/collapse animation adjustment
commit 00e6172a68
Author: purian23 <purian23@gmail.com >
Date: Thu Feb 12 22:50:11 2026 -0500
Fix global warnings
commit 0772f6deb7
Author: purian23 <purian23@gmail.com >
Date: Thu Feb 12 22:46:40 2026 -0500
Tweak expansion duration
commit 0ffeed3ff0
Author: purian23 <purian23@gmail.com >
Date: Thu Feb 12 22:16:16 2026 -0500
notifications: Update Material 3 baselines
- New right-click to mute option
- New independent Notification Animation settings
2026-02-16 17:57:13 -05:00
bbedward
be8f3adf01
core/screensaver: add methods to introspect XML
2026-02-16 17:36:49 -05:00