updates
This commit is contained in:
parent
e8a0a0bcc0
commit
432ed2287c
3 changed files with 21 additions and 29 deletions
|
@ -71,13 +71,13 @@ in
|
|||
width = 2560;
|
||||
height = 1600;
|
||||
};
|
||||
background-color = strPalette.normal.background;
|
||||
background-color = "#000000";
|
||||
scale = 1;
|
||||
variable-refresh-rate = true;
|
||||
};
|
||||
|
||||
"HDMI-A-1" = {
|
||||
background-color = strPalette.normal.background;
|
||||
background-color = "#000000";
|
||||
scale = 1;
|
||||
};
|
||||
|
||||
|
@ -86,7 +86,7 @@ in
|
|||
width = 3840;
|
||||
height = 2160;
|
||||
};
|
||||
background-color = strPalette.normal.background;
|
||||
background-color = "#000000";
|
||||
scale = 1;
|
||||
};
|
||||
};
|
||||
|
@ -166,9 +166,16 @@ in
|
|||
{
|
||||
matches = [
|
||||
{ app-id = "Calculator"; }
|
||||
{ app-id = "org.gnome.Calculator$"; }
|
||||
{ app-id = "pavucontrol$"; }
|
||||
{ app-id = "Color Picker"; }
|
||||
{ app-id = "Volume Control"; }
|
||||
{ app-id = "processing-core-PApplet"; }
|
||||
{ app-id = "file-roller$"; }
|
||||
{ app-id = "Preferences$"; }
|
||||
{ app-id = "Open File$"; }
|
||||
{ app-id = "Save File$"; }
|
||||
{ app-id = "Open Folder$"; }
|
||||
];
|
||||
open-floating = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue