We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccb7cb commit 6afda91Copy full SHA for 6afda91
nixos-modules/desktop/niri.kdl
@@ -603,8 +603,8 @@ binds {
603
// Mod+Space { switch-layout "next"; }
604
// Mod+Shift+Space { switch-layout "prev"; }
605
606
- Print { spawn-sh r#"grim -g "$(slurp)" - | satty --copy-command wl-copy -f -"#; }
607
- Mod+Shift+S { spawn-sh r#"grim -g "$(slurp)" - | satty --copy-command wl-copy -f -"#; }
+ Print { spawn-sh r#"grim -g "$(slurp)" - | satty --fullscreen --copy-command wl-copy -f -"#; }
+ Mod+Shift+S { spawn-sh r#"grim -g "$(slurp)" - | satty --fullscreen --copy-command wl-copy -f -"#; }
608
609
// Print { screenshot; }
610
Ctrl+Print { screenshot-screen; }
0 commit comments