bbedward
c4df242f07
dankbar: remove behaviors from monitoring widgets
2026-02-19 14:11:21 -05:00
bbedward
26846c8d55
dgop: round computed values to match display format
2026-02-19 14:11:21 -05:00
bbedward
31b44a667c
flake: fix dev flake for go 1.25 and ashellchheck
2026-02-19 14:11:21 -05:00
bbedward
4f3b73ee21
hyprland: add serial to output model generator
2026-02-19 09:22:56 -05:00
bbedward
4cfae91f02
dock: fix context menu styling fixes #1742
2026-02-19 09:22:56 -05:00
bbedward
8d947a6e95
dock: fix transparency setting fixes #1739
2026-02-19 09:22:56 -05:00
bbedward
1e84d4252c
launcher: improve perf of settings search
2026-02-19 09:22:56 -05:00
bbedward
76072e1d4c
launcher: always heuristic lookup cached entries
2026-02-19 09:22:56 -05:00
bbedward
6408dce4a9
launcher v2: always heuristicLookup tab actions
2026-02-18 19:07:30 -05:00
bbedward
0b2e1cca38
i18n: term updates
2026-02-18 18:35:29 -05:00
bbedward
c1bfd8c0b7
system tray: fix to take up 0 space when empty
2026-02-18 18:35:29 -05:00
Youseffo13
90ffa5833b
Added Missing i18n strings ( #1729 )
...
* inverted dock visibility and position option
* added missing I18n strings
* added missing i18n strings
* added i18n strings
* Added missing i18n strings
* updated translations
* Update it.json
2026-02-18 18:35:29 -05:00
bbedward
169c669286
widgets: add openWith/toggleWith modes for dankbar widgets
2026-02-18 16:24:07 -05:00
bbedward
f8350deafc
keybinds: fix escape in keybinds modal
2026-02-18 14:57:53 -05:00
bbedward
0286a1b80b
launcher v2: remove calc cc: enhancements for plugins to size details
2026-02-18 14:48:44 -05:00
beluch-dev
7c3e6c1f02
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 14:48:40 -05:00
bbedward
d2d72db3c9
plugins: fix settings focus loss
2026-02-18 13:36:51 -05:00
Evgeny Zemtsov
f81f861408
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 13:36:51 -05:00
bbedward
af494543f5
1.4.2: staging ground
2026-02-18 13:36:43 -05:00
bbedward
db4de55338
popout: decouple shadow from content layer
v1.4.1
2026-02-18 10:46:01 -05:00
bbedward
37ecbbbbde
popout: disable layer after animation
2026-02-18 10:34:21 -05:00
purian23
d6a6d2a438
notifications: Maintain shadow during expansion
2026-02-18 10:34:21 -05:00
purian23
bf1c6eec74
notifications: Update initial popup height surfaces
2026-02-18 10:34:21 -05:00
bbedward
0ddae80584
running apps: fix scroll events being propagated fixes #1724
2026-02-18 10:34:21 -05:00
bbedward
5c96c03bfa
matugen: make v4 detection more resilient
2026-02-18 09:57:35 -05:00
bbedward
dfe36e47d8
process list: fix scaling with fonts fixes #1721
2026-02-18 09:57:35 -05:00
purian23
63e1b75e57
dankinstall: Fix Debian ARM64 detection
2026-02-18 09:57:35 -05:00
bbedward
29efdd8598
matugen: detect emacs directory fixes #1720
2026-02-18 09:57:35 -05:00
bbedward
34d03cf11b
osd: optimize bindings
2026-02-18 09:57:35 -05:00
bbedward
c339389d44
screenshot: adjust cursor CLI option to be more explicit
2026-02-17 22:28:46 -05:00
bbedward
af5f6eb656
settings: workaround crash
2026-02-17 22:20:19 -05:00
purian23
a6d28e2553
notifications: Tweak animation scale & settings
2026-02-17 22:07:36 -05:00
bbedward
6213267908
settings: guard internal writes from watcher
2026-02-17 22:03:57 -05:00
bbedward
d084114149
cc: fix plugin reloading in bar position changes
2026-02-17 17:25:19 -05:00
bbedward
f6d99eca0d
popout: anchor height changing popout surfaces to top and bottom
2026-02-17 17:25:19 -05:00
bbedward
722eb3289e
workspaces: fix named workspace icons
2026-02-17 17:25:19 -05:00
bbedward
b7f2bdcb2d
dankinstall: no_anim on dms layers
2026-02-17 17:25:19 -05:00
bbedward
11c20db6e6
1.4.1
2026-02-17 14:08:15 -05:00
bbedward
8a4e3f8bb1
system updater: fix hide no update option
2026-02-17 14:08:04 -05:00
bbedward
bc8fe97c13
launcher: fix kb navigation not always showing last delegate in view
2026-02-17 14:08:04 -05:00
bbedward
47262155aa
doctor: add qt6-imageformats check
2026-02-17 14:08:04 -05:00
bbedward
dd4c41a6b2
v1.4.0
v1.4.0
2026-02-17 12:01:36 -05:00
bbedward
92a25fdb6a
process list: add all/user/system filters
2026-02-17 11:25:05 -05:00
bbedward
d6650be008
dgop service: expose username
2026-02-17 11:04:55 -05:00
bbedward
2646e7b19a
launcher v2: apply transparency to footer
2026-02-17 10:54:49 -05:00
bbedward
4133f11d82
changelog: remove text note
2026-02-17 10:50:01 -05:00
bbedward
22ed740394
ripple: small tweaks to shader
2026-02-17 10:39:32 -05:00
bbedward
063299a434
cc: network tab performance improvements
2026-02-17 10:25:19 -05:00
bbedward
44d836c975
ripple: use a shader for ripple effect
2026-02-17 09:27:18 -05:00
bbedward
da437e77fb
keybinds: auto-focus cheatsheet search
2026-02-17 08:44:47 -05:00