shell: dock reorder, fullscreen detection fix, idle-power, sessiond, misc shell work
- Dock drag-to-reorder for pinned apps (insertion gap, quick-slide vs dwell) - Fullscreen detection: scan all windows via HyprlandData.windowList - IdleCoordinator, GlobalStates, Session.qml updates - Deploy script, qmldir, settings, wallpaper, visualizer fixes - sessiond server, memory module updates Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9ccefd6c73
commit
19fe6b1d0e
59 changed files with 19450 additions and 139 deletions
|
|
@ -2,10 +2,9 @@
|
|||
Type=Application
|
||||
Name=Settings
|
||||
Comment=Souveraine phone settings
|
||||
# App grids can launch this with an empty WAYLAND_DISPLAY. The launcher imports
|
||||
# the live compositor values held by the user manager while remaining in the
|
||||
# graphical session; a transient user service cannot open this system's socket.
|
||||
Exec=/bin/sh /home/casey/souveraine-surfaces/quickshell/settings-launch.sh
|
||||
# --any-display addresses the already-running Souveraine instance directly;
|
||||
# this desktop entry never starts a second Quickshell configuration.
|
||||
Exec=/usr/bin/qs -c souveraine ipc --any-display call settings open
|
||||
Icon=settings-configure
|
||||
Terminal=false
|
||||
Categories=Settings;System;
|
||||
|
|
|
|||
Loading…
Reference in a new issue