MyNixOS website logo

Configuration to use for Flameshot. See https://github.com/flameshot-org/flameshot/blob/master/flameshot.example.ini for available options.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  General = {
    disabledTrayIcon = true;
    showStartupLaunchMessage = false;
  };
}