formatting, big time
This commit is contained in:
parent
38d96c9f52
commit
509320c115
64 changed files with 1293 additions and 990 deletions
|
@ -1,9 +1,10 @@
|
|||
{...}: {
|
||||
{ ... }:
|
||||
{
|
||||
programs.niri.settings = {
|
||||
layer-rules = [
|
||||
{
|
||||
matches = [
|
||||
{namespace = "notifications";}
|
||||
{ namespace = "notifications"; }
|
||||
];
|
||||
block-out-from = "screen-capture";
|
||||
}
|
||||
|
@ -11,12 +12,14 @@
|
|||
window-rules = [
|
||||
{
|
||||
matches = [
|
||||
{app-id = "^signal|Element|org\.gnome\.Evolution$";}
|
||||
{title = "^.*(Discord|Beispiel Screenshare block Bug|Bitwarden|Träwelling).*$";}
|
||||
{ app-id = "^signal|Element|org\.gnome\.Evolution$"; }
|
||||
{ title = "^.*(Discord|Beispiel Screenshare block Bug|Bitwarden|Träwelling).*$"; }
|
||||
];
|
||||
excludes = [
|
||||
{title = "^.*((Schrottkatze|Statistics|Leaderboard) - Träwelling|chaos.social|Nekoverse|catgirl.cloud).*$";}
|
||||
{is-floating = true;}
|
||||
{
|
||||
title = "^.*((Schrottkatze|Statistics|Leaderboard) - Träwelling|chaos.social|Nekoverse|catgirl.cloud).*$";
|
||||
}
|
||||
{ is-floating = true; }
|
||||
];
|
||||
block-out-from = "screen-capture";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue