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.