Skip to content

Commit 6afda91

Browse files
feat(niri): satty fullscreen, by default
1 parent 9ccb7cb commit 6afda91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nixos-modules/desktop/niri.kdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@ binds {
603603
// Mod+Space { switch-layout "next"; }
604604
// Mod+Shift+Space { switch-layout "prev"; }
605605

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 -"#; }
606+
Print { spawn-sh r#"grim -g "$(slurp)" - | satty --fullscreen --copy-command wl-copy -f -"#; }
607+
Mod+Shift+S { spawn-sh r#"grim -g "$(slurp)" - | satty --fullscreen --copy-command wl-copy -f -"#; }
608608

609609
// Print { screenshot; }
610610
Ctrl+Print { screenshot-screen; }

0 commit comments

Comments
 (0)