feat: add flameshot keyboard shortcut
parent
c650a525c5
commit
8538d24ad4
|
@ -62,6 +62,7 @@ in
|
|||
|
||||
keybindings = lib.mkOptionDefault {
|
||||
"${cfg.config.modifier}+Shift+o" = "exec xdg-open \"zoommtg://zoom.us/join?action=join&confno=4861587170&pwd=ZVk3aHphcWppY21ONjZOMVh6STN6dz09\"";
|
||||
"${cfg.config.modifier}+Shift+s" = "exec flameshot gui";
|
||||
};
|
||||
|
||||
startup = [
|
||||
|
@ -92,5 +93,14 @@ in
|
|||
arguments = [ "--update /home/mandlm/.config/i3/wallpapers/nix-wallpaper-dracula.png" ];
|
||||
};
|
||||
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
showStartupLaunchMessage = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.unclutter.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue