dot

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

commit 01b43e98cf85a4cf6014f03b0b1be05bec977c21
parent dfda2054b458967897f8be386dbf841c0a8df306
Author: Chris <chris@echoz.io>
Date:   Sun, 22 Feb 2026 21:47:32 +0100

feat(walker): dim around walker

Diffstat:
Mmodules/walker/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/walker/default.nix b/modules/walker/default.nix @@ -10,7 +10,7 @@ wayland.windowManager.hyprland.settings = { bind = [ "$mod, Escape, exec, uwsm app -- walker" ]; - layerrule = [ "blur on, ignore_alpha 0, match:namespace walker" ]; + layerrule = [ "blur on, ignore_alpha 0, dim_around on, match:namespace walker" ]; }; programs.walker = {