Fix flameshot config

This commit is contained in:
KnightArtorias 2026-06-18 18:58:50 -04:00
parent 63adf38a35
commit 0eb50e795f
2 changed files with 9 additions and 11 deletions

View file

@ -5,17 +5,15 @@
grim grim
slurp slurp
satty satty
wl-copy wl-clipboard
]; ];
services.flameshot = { environment.etc."xdg/flameshot/flameshot.ini".text = ''
enable = true; [General]
General = { contrastOpacity=188
showStartupLaunchMessage = false; startupLaunch=true
useGrimAdapter = true; useGrimAdapter=true
disabledGrimWarning = true; '';
};
};
}; };
} }

View file

@ -123,9 +123,9 @@
}; };
} }
{ {
matches = [ { app-id="^flameshot$" } ]; matches = [ { app-id="^flameshot$"; } ];
open-floating = true; open-floating = true;
}; }
]; ];
binds = { binds = {