From 41d521e6f59083f2b0e82ad5a474bf2133dcf888 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 20 Aug 2025 19:32:38 +0800 Subject: [PATCH] docs: niri - screenshot --- home/linux/gui/niri/keybindings.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/linux/gui/niri/keybindings.nix b/home/linux/gui/niri/keybindings.nix index c1292daf..ddf082e9 100644 --- a/home/linux/gui/niri/keybindings.nix +++ b/home/linux/gui/niri/keybindings.nix @@ -194,8 +194,11 @@ niri: { # (plain "Mod+Space" [(leaf "switch-layout" "next")]) # (plain "Mod+Shift+Space" [(leaf "switch-layout" "prev")]) + # Take an area screenshot. Select the area to screenshot with mouse (plain "Print" [ (flag "screenshot") ]) + # Take a screenshot of the focused monitor (plain "Ctrl+Print" [ (flag "screenshot-screen") ]) + # Take a screenshot of the focused window (plain "Alt+Print" [ (flag "screenshot-window") ]) # The quit action will show a confirmation dialog to avoid accidental exits.