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
6991b45fbe
fix(settings): surface Windows Rules Tab for Hyprland
...
- small hyprland parser update
2026-06-03 17:39:44 -04:00
arfan
d2905072c0
feat(settings): Added Settings Tab Autostart App (XDG Autostart) ( #2535 )
...
* feat(Autostart): add Autostart tab and application selection popup
* fix(AutoStartTab): update systemdUserDir property to use XDG_CONFIG_HOME
* fix(AutoStartTab): update autostartDir and systemdUserDir to use StandardPaths for config home
* refactor(AutoStartTab): use FileView & FolderListModel
* refactor(AutoStartTab): implement systemd override generation for autostart applications using FileView
* feat(AutoStartTab): add systemd check to determine environment and update tray icon visibility
* feat(SettingsSidebar, AutoStartTab, DesktopService): add autostart functionality and systemd checks
* feat(AutoStartTab): add hidden property support for desktop entries and toggle functionality
* feat(AutoStartTab): add initialize autostart directory and add toast if writer failed
* add(AutoStartTab): logging for scoped log tracking
---------
2026-06-02 22:52:58 -04:00
purian23
4d4af8f549
feat(Users): add user management UI in DMS Settings
2026-05-24 18:15:41 -04:00
purian23
fb9ec8e721
feat: (Launcher/Spotlight): Updated w/New Settings & QOL features
...
- New Spotlight toggle to show/hide chips, off by default
- Updated blur effects on all launcher inputs and footers
- Fixed previous queries resurfacing
- Upated Spotlight keyboard navigation
- Added functionality to show and shortcut to keybinds from the Launcher tab
2026-05-21 01:05:56 -04:00
purian23
9f2ae6241e
feat(Spotlight): Add a New Lightweight Spotlight style launcher option
2026-05-16 17:34:56 -04:00
purian23
0a892a4a9e
refactor(SysUpdate): Explicit Run on Startup option in settings
...
- Relocated DMS System Updater to System Setting section
- Removed forced auto refresh upon update & widget loading
2026-05-14 20:32:42 -04:00
bbedward
018795125e
app picker: extend App Picker to integrate with mime overrides
...
- Adds "DMS Opener" as an option (dms-open.desktop)
- Add mime type GO utils
- Add rememberance to App Picker modal
2026-05-14 13:06:22 -04:00
Iris
be4ea71756
feat(settings): Added Default Apps page to settings ( #2416 )
...
* feat(settings): Added Default Apps page to settings
Added a new page to settings. This page relies on xdg-mime and gio, so their existence is checked to show the page.
This logic and the mime type stuff was added to DesktopService.qml.
Slightly reordered the settings sidebar to include an Applications category
* fix(settings): read xdg-terminals.list directly
read the file directly instead of using xdg-terminal-exec which might not be installed
2026-05-14 10:45:18 -04:00
bbedward
b8f4c350a8
quickshell: drop support for 0.2, require 0.3+
...
- Remove all compat code
- Rewire LegacyNetworkService to use Quickshell.Networking
- Add parentWindow to settings child windows
2026-05-11 13:05:24 -04:00
purian23
fd24b4a36d
feat(DMS FrameMode): A New Connected Unified Surface & Animation Overhaul
...
- Introduces Standalone & Connected Modes
- Updated Animations & Motion effects for both modes
- Numerous QOL tweaks and updates throughout the system
- Highly inspired to the OG Caelestia Shell / @Soramanew
2026-05-03 15:38:30 -04:00
bbedward
7bd9574868
system updater: complete overhaul
...
Move system update flow to GO, with a CLI (convenient AIO tool) and
server integration. All lifecycle, scheduling, execution occurs on
backend side.
Run some backends via pkexec, some via terminal like paru/yay.
Incorporate flatpak as an option to update.
Add terminal override setting in GUI, in addition to $TERMINAL env
variable.
fixes #2307
fixes #822
fixes #1102
fixes #1812
fixes #1087
fixes #1743
2026-04-29 12:33:57 -04:00
Youseffo13
3d07b8c9c1
Fixed mux tab having same id as locale tab ( #2031 )
...
* Feat: fix mux tab having same id as locale tab
* Feat: updated some icon
* Update KeybindsModal.qml
2026-03-20 09:27:46 -04:00
purian23
959190dcbc
feat(Settings): Add sidebar state management on categories
2026-03-20 00:38:34 -04:00
Walid Salah
ddb079b62d
Add terminal multiplexer launcher ( #1687 )
...
* Add tmux
* Add mux modal
* Restore the settings config version
* Revert typo
* Use DankModal for InputModal
* Simplify terminal flags
* use showWithOptions for inputModals instead
* Fix translation
* use Quickshell.env("TERMINAL") to choose terminal
* Fix typo
* Hide muxModal after creating new session
* Add mux check, moved exclusion to service, And use ScriptModel
* Revert unrelated change
* Add blank line
2026-03-16 11:05:16 -04: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
Jonas Bloch
1fe72e1a66
feat: add setting to change and hotreload locale ( #1817 )
...
* feat: add setting to change and hotreload locale
* fix: typo in component id
* feat: add persistent locale setting
* feat: wrap useLocale in a settings set hook, enable locale hotreload when editing settings file
* chore: update translation and settings file
* feat: enable fuzzy search in locale setting
* fix: regenerate translations with official plugins cloned
* fix: revert back to system's locale for displaying certain time formats
2026-02-26 16:00:17 -05:00
bbedward
8399d64c2d
settings: drop beta from confiugration
2026-02-16 17:51:20 -05:00
bbedward
0a9a34912e
wallpapers: support more image formats + case insensitivity
...
fixes #1694
fixes #1660
2026-02-15 16:22:27 -05:00
bbedward
bd46d29ff0
settings: optimize sidebar bindings
2026-02-11 18:42:32 -05:00
bbedward
3d0ee9d72b
animations/ripple: clean up effect and apply more universally
2026-02-10 12:48:12 -05:00
purian23
961680af8c
feat: Alias for Audio Devices
...
- New custom audio UI to set custom names for input/output devices
2026-02-04 07:09:55 -05:00
bbedward
44292c3b55
theme: fix popup transparency setting
2026-02-03 21:06:15 -05:00
bbedward
3c4749ead0
widgets: add a button color setting
2026-02-03 11:03:33 -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
c5ae1a77d3
settings: sidebar scaling improvements
2026-01-24 22:51:59 -05:00
bbedward
5f16624000
misc: fix some various scaling issues with fonts
...
fixes #1268
2026-01-24 22:27:23 -05:00
bbedward
553f5257b3
launcher v2: general padding improvements, to more than just launcher v2
...
but yea
2026-01-20 21:46:02 -05:00
bbedward
f1eb1fa9ba
settings: fix child windows on newer quickshell-git
2026-01-13 16:57:23 -05:00
bbedward
1280bd047d
settings: fix sidebar binding when clicked by emitting signal
2026-01-11 22:43:29 -05:00
bbedward
1ff1f3a7f2
i18n: more RTL layout enhancements
2026-01-08 16:11:30 -05:00
bbedward
ccc7047be0
welcome: make the first page stuff clickable
...
fixes #1295
2026-01-07 21:22:15 -05:00
bbedward
957c89a85d
settings: refactor for read-only handling
...
- Remove default-* copying logic
- Allow in-memory changes of settings/session datas
- Convert SessionData to newer spec pattern
- Migrate weather coords to Session data
- Bricks home manager (temporarily)
2026-01-01 13:13:35 -05:00
bbedward
e7f94c94cc
i18n: fix RTL alignment of settings sidebar
2025-12-27 12:51:10 -05:00
bbedward
6611dfbe05
settings: fix search height
2025-12-26 20:44:35 -05:00
bbedward
8a71ead51d
themes: remove catpuccin, support accent colors
2025-12-26 20:28:55 -05:00
bbedward
d9d6ab5776
settings: add search
...
- because tabs arent loaded at runtime, we have to have a separate index
- Less ideal, but functional enough for now
2025-12-26 19:19:47 -05:00
bbedward
4982ea53dd
window: add support for startSystemMove, resize, maximize to floating
...
windows
2025-12-22 13:18:37 -05:00
bbedward
a7494971fd
desktop widgets: centralize config in desktop widgets tab, variants
...
always available
2025-12-22 10:39:19 -05:00
bbedward
523ccc6bf8
i18n: WIP initial RTL support
...
- notifications
- color picker
- process list
- settings
- control center, dash
- launcher
part of #1059
2025-12-17 13:50:06 -05:00
bbedward
0034926df7
plugins/desktop-widgets: create a new "desktop" widget plugin type
...
- Draggable per-monitor background layer widgets
- Add basic dms version checks on plugins
- Clock: built-in clock desktop plugin
- dgop: built-in system monitor desktop plugin
2025-12-17 12:08:03 -05:00
bbedward
ff506548d3
displays: add niri-specific layout options to configurator
2025-12-16 12:23:34 -05:00
bbedward
2745116ac5
displays: add configurator for niri, Hyprland, and MangoWC
...
- Configure position, VRR, orientation, resolution, refresh rate
- Split Display section into Configuration, Gamma, and Widgets
- MangoWC omits VRR because it doesnt have per-display VRR
- HDR configuration not present for Hyprland
2025-12-15 16:36:14 -05:00
bbedward
1c1cf866e2
settings: make default height screen-aware
2025-12-11 09:51:44 -05:00
bbedward
6d62229b5f
clipboard: introduce native clipboard, clip-persist, clip-storage functionality
2025-12-11 09:41:07 -05:00
bbedward
b7062fe40c
windows: dont close on esc
...
fixes #911
2025-12-08 14:02:58 -05:00
bbedward
bb7f7083b9
meta: transparency fixes
...
- fixes #949 - transparency not working > 95%
- fixes #947 - dont apply opacity to windows, defer to window-rules
2025-12-08 11:43:29 -05:00
bbedward
397a8c275d
settings: add IPCs to open specific settings tabs
2025-12-04 14:31:35 -05:00
bbedward
62bd6e41ef
settings: break out dank bar widgets
2025-12-03 18:17:06 -05:00
bbedward
788da62777
settings: mecha re-organization
2025-12-03 17:25:40 -05:00