gtk: do not style xwayland xdg portal
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
3761b4ad89
commit
69fa2962b9
3 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,7 @@ in {
|
||||||
"plugin:hyprbars:nobar, class:^discord$, title:^Discord Updater$"
|
"plugin:hyprbars:nobar, class:^discord$, title:^Discord Updater$"
|
||||||
"plugin:hyprbars:nobar, class:^dropdown$"
|
"plugin:hyprbars:nobar, class:^dropdown$"
|
||||||
"plugin:hyprbars:nobar, class:^steam_app_.+$"
|
"plugin:hyprbars:nobar, class:^steam_app_.+$"
|
||||||
|
"plugin:hyprbars:nobar, class:^Xdg-desktop-portal-gtk$"
|
||||||
"plugin:hyprbars:nobar, title:^Picture.in.[Pp]icture$"
|
"plugin:hyprbars:nobar, title:^Picture.in.[Pp]icture$"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -230,6 +230,7 @@ in {
|
||||||
### Overrides
|
### Overrides
|
||||||
(class "steam_app_1473350" ["workspace 0"]) # (the) Gnorp Apologue
|
(class "steam_app_1473350" ["workspace 0"]) # (the) Gnorp Apologue
|
||||||
(class "Tap Wizard 2.x86_64" ["workspace 0"])
|
(class "Tap Wizard 2.x86_64" ["workspace 0"])
|
||||||
|
(class "Xdg-desktop-portal-gtk" ["noborder" "noshadow"])
|
||||||
|
|
||||||
#!! Expressions are not wrapped in ^$
|
#!! Expressions are not wrapped in ^$
|
||||||
(fields {
|
(fields {
|
||||||
|
|
|
@ -75,6 +75,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# GNOME Files
|
# GNOME Files
|
||||||
|
"org/gtk/settings/file-chooser" = {
|
||||||
|
show-hidden = mkBoolean true;
|
||||||
|
};
|
||||||
|
|
||||||
"org/gtk/gtk4/settings/file-chooser" = {
|
"org/gtk/gtk4/settings/file-chooser" = {
|
||||||
show-hidden = mkBoolean true;
|
show-hidden = mkBoolean true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue