nixos/settings
rope 0940965a86 hyprland: fix incorrect Lua dispatcher APIs
hl.dsp.workspace.change() does not exist; workspace switching uses
hl.dsp.focus({ workspace = N }).

hl.dsp.window.move_to_workspace() does not exist; moving a window to a
workspace silently uses hl.dsp.window.move({ workspace = N, follow = false })
(follow = false sets the silent flag in the C++ dispatcher).

hl.dsp.window.fullscreen() takes a 'mode' field, not 'state'; drop the
stale argument so the call uses the correct toggle-fullscreen default.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 22:37:34 +01:00
..
audio.nix audio: lower mic boost from 2.0 to 1.5 2026-04-24 22:30:22 +01:00
desktop.nix desktop: enable Plymouth boot splash with Stylix theming 2026-05-17 11:11:15 +01:00
hyprland.nix hyprland: fix incorrect Lua dispatcher APIs 2026-05-17 22:37:34 +01:00
locale.nix locale + crowdsec: pin timezone, declare static crowdsec user 2026-04-29 14:00:41 +01:00
shell.nix shell: add desktop-environment module to fastfetch 2026-04-28 13:22:42 +01:00
stylix.nix 2026-05-15 22:47:46 +01:00
users.nix macbook: add keyboard backlight key bindings and permissions 2026-05-17 12:58:06 +01:00