From 61f80ea62fbda4588c6f5940d19907b9bb499394 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 14 Oct 2024 15:47:18 +0200 Subject: [PATCH] (niri config): delete comment --- ahrc-laptop/home.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ahrc-laptop/home.nix b/ahrc-laptop/home.nix index 520f5c5..13ccec1 100644 --- a/ahrc-laptop/home.nix +++ b/ahrc-laptop/home.nix @@ -70,10 +70,6 @@ }; prefer-no-csd = true; screenshot-path = "~/screenshots/%Y%m%d%H%m%N.png"; - # window-rules = [{ - # geometry-corner-radius = 10; - # clip-to-geometry = true; - # }]; binds = with config.lib.niri.actions; { "Mod+Space".action = spawn "alacritty"; "Mod+F1".action = spawn "anyrun";