Dotfiles/desktopenvs
Amir Alexander Abdelbaki ede812c740 fix(station-bar): reserve the bar's whole surface so it stops eating clicks
The CyberQueer GTK4 theme puts `padding: 20px` on the `window` node, which
inflated the layer surface from BAR_HEIGHT (44px) to 84px. The extra 40px is
transparent but still part of the surface's input region, and only 44px were
reserved as the exclusive zone — so the bar hovered over the top of every
window below and swallowed clicks there (e.g. Firefox's address bar).

Zero the window node's padding/margin/border in the bar's own USER+1
stylesheet, and swap the hardcoded set_exclusive_zone(BAR_HEIGHT) for
auto_exclusive_zone_enable() so the reserved zone tracks the real surface
height whatever the theme does. Verified: surface and reserved are both 44px
on all three outputs, and the D-Bus hide/show toggle still releases and
restores the zone.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-20 16:12:56 +02:00
..
hyprdrive fix(station-bar): reserve the bar's whole surface so it stops eating clicks 2026-08-20 16:12:56 +02:00
hyprland feat(terminals): deploy CyberQueer palette across kitty/alacritty everywhere 2026-07-20 10:01:35 +02:00
hyprlua fix(astro-menu): stop the taskbar poll resetting the window list's scroll 2026-08-05 23:15:34 +02:00
niri feat(hyprlua,hyprdrive,niri): switch presence detection from webcam motion to FIDO key 2026-07-30 13:22:38 +02:00
sway feat(archiso): support fully bare Arch installs and fix greetd/DM conflicts 2026-07-13 12:08:13 +02:00
migrate-hyprland-to-hyprlua.sh refactor(hyprlua): move hypr-usr/ into hypr/usr/ and wire sysupdate sync 2026-06-11 15:46:01 +02:00