From 79bc907c027959cd6749df1cc1aea11658980aa2 Mon Sep 17 00:00:00 2001 From: Myned <dev@bjork.tech> Date: Mon, 17 Mar 2025 22:32:15 -0500 Subject: [PATCH] niri: update screenshot binds --- options/custom/desktops/niri/binds.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/options/custom/desktops/niri/binds.nix b/options/custom/desktops/niri/binds.nix index 8bdc094..948f8b9 100644 --- a/options/custom/desktops/niri/binds.nix +++ b/options/custom/desktops/niri/binds.nix @@ -69,8 +69,7 @@ in { # TODO: Focus window if already launched # https://github.com/YaLTeR/niri/discussions/267 #?? niri msg action focus-window --id (niri msg -j windows | jq '.[] | select(.app_id == "").id') - (key "Apostrophe" "Mod" screenshot) - (key "Apostrophe" "Mod+Ctrl+Shift" screenshot-screen) + (key "Apostrophe" "Mod" (screenshot {show-pointer = false;})) (key "Apostrophe" "Mod+Shift" screenshot-window) (key "Backslash" "Mod" (spawn inhibit)) (key "Backslash" "Mod+Shift" (spawn power))