feat: use shotman as screenshot tool

main
mandlm 2023-10-01 10:53:24 +02:00
parent fd7095bbe7
commit 60c315423c
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ in
home.packages = with pkgs; [
xdg-utils
swaylock-fancy
shotman
];
programs.fuzzel = {
@ -103,6 +104,7 @@ in
in
lib.mkOptionDefault {
"${modifier}+Shift+o" = "exec xdg-open \"zoommtg://zoom.us/join?action=join&confno=4861587170&pwd=ZVk3aHphcWppY21ONjZOMVh6STN6dz09\"";
"${modifier}+Shift+s" = "exec shotman --capture region --copy";
"${modifier}+l" = "exec ${lock_command}";
};