Fix flameshot config
This commit is contained in:
parent
63adf38a35
commit
0eb50e795f
2 changed files with 9 additions and 11 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -123,9 +123,9 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
matches = [ { app-id="^flameshot$" } ];
|
||||
matches = [ { app-id="^flameshot$"; } ];
|
||||
open-floating = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
binds = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue