dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 90604bfc55c4596ad5b71c7d7b25b76ca5bf138e
parent 14752787e9491d9628fd4efcf09c44534e3ecfb2
Author: Chris <chris@echoz.io>
Date:   Fri, 14 Nov 2025 22:53:15 +0100

fix(hyprland): enable warping mouse on workspace change

Diffstat:
Mmodules/hypr/hyprland.nix | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix @@ -102,6 +102,10 @@ }; }; + cursor = { + warp_on_change_workspace = 1; + }; + binds = { workspace_center_on = 1; };