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
|
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;
|
'';
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -123,9 +123,9 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
matches = [ { app-id="^flameshot$" } ];
|
matches = [ { app-id="^flameshot$"; } ];
|
||||||
open-floating = true;
|
open-floating = true;
|
||||||
};
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
binds = {
|
binds = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue