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
slurp
satty
wl-copy
wl-clipboard
];
services.flameshot = {
enable = true;
General = {
showStartupLaunchMessage = false;
useGrimAdapter = true;
disabledGrimWarning = true;
};
};
environment.etc."xdg/flameshot/flameshot.ini".text = ''
[General]
contrastOpacity=188
startupLaunch=true
useGrimAdapter=true
'';
};
}

View file

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