Skip to content

Commit

Permalink
niri: use niri screen shot
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Nov 1, 2024
1 parent 8f4d442 commit 976cc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-desktop/programs/niri.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"Mod+Shift+U".action = spawn (lib.getExe pkgs.pamixer) "-i" "5";
"Mod+Shift+D".action = spawn (lib.getExe pkgs.pamixer) "-d" "5";
"Mod+Shift+E".action = spawn (lib.getExe powermenu);
"Mod+Shift+S".action = spawn (lib.getExe pkgs.sway-contrib.grimshot) "copy" "area";
"Mod+Shift+S".action = screenshot;
"Mod+Shift+R".action = spawn (lib.getExe recorder-toggle);
"Mod+Apostrophe".action = spawn (lib.getExe swaylock);
"Mod+Shift+M".action =
Expand Down

0 comments on commit 976cc99

Please sign in to comment.