Files
nixos-config/modules
daniil-berg d8d86aadcb fix(hyprland): repair master-width, fullscreen, and brightness binds
- `$mod+h`/`l` used dwindle's `splitratio`, a no-op in the master layout;
  switch to `mfact` so they actually resize the master area.
- `$mod+f` ran `fullscreen 1` (maximize, bar/gaps kept); swap so `$mod+f` is
  true fullscreen and `$mod SHIFT+f` maximizes.
- add `$mod+space` `swapwithmaster` (dwm-style zoom).
- the `XF86MonBrightness` binds called `brightnessctl`, which was never
  installed; add the package. It writes via the active logind session.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-12 07:56:59 +02:00
..
2026-07-05 15:40:35 +02:00