From 1ad83731290ba6ec9eeda05f5a6ea47fbe06bf8d Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sat, 8 Nov 2025 12:00:32 +0100 Subject: [PATCH] =?UTF-8?q?wm:=E2=80=AFAdapt=20to=20screeshot=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wm/niri.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wm/niri.nix b/wm/niri.nix index 8cee866..8316581 100644 --- a/wm/niri.nix +++ b/wm/niri.nix @@ -116,7 +116,6 @@ ckgrounds/nixos/nix-wallpaper-simple-dark-gray.png"; center-visible-columns set-column-width set-window-height - screenshot focus-monitor-right focus-monitor-left ; @@ -125,7 +124,7 @@ ckgrounds/nixos/nix-wallpaper-simple-dark-gray.png"; # "Print".action = spawn "sh" "-c" '' # ${pkgs.grim}/bin/grim -g \"$(${pkgs.slurp}/bin/slurp)\" - | ${pkgs.wl-clipboard}/bin/wl-copy -t image/png # ''; - "Print".action = screenshot; + "Print".action.screenshot = []; "Mod+Shift+l" = { action = spawn "${pkgs.swaylock-fancy}/bin/swaylock-fancy"; hotkey-overlay.title = "Lock the screen";