1
1
Fork 0

gtk: do not style xwayland xdg portal

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-25 21:34:20 -05:00
parent 3761b4ad89
commit 69fa2962b9
Signed by: myned
GPG key ID: C7224454F7881A34
3 changed files with 6 additions and 0 deletions

View file

@ -28,6 +28,7 @@ in {
"plugin:hyprbars:nobar, class:^discord$, title:^Discord Updater$"
"plugin:hyprbars:nobar, class:^dropdown$"
"plugin:hyprbars:nobar, class:^steam_app_.+$"
"plugin:hyprbars:nobar, class:^Xdg-desktop-portal-gtk$"
"plugin:hyprbars:nobar, title:^Picture.in.[Pp]icture$"
];

View file

@ -230,6 +230,7 @@ in {
### Overrides
(class "steam_app_1473350" ["workspace 0"]) # (the) Gnorp Apologue
(class "Tap Wizard 2.x86_64" ["workspace 0"])
(class "Xdg-desktop-portal-gtk" ["noborder" "noshadow"])
#!! Expressions are not wrapped in ^$
(fields {

View file

@ -75,6 +75,10 @@ in {
};
# GNOME Files
"org/gtk/settings/file-chooser" = {
show-hidden = mkBoolean true;
};
"org/gtk/gtk4/settings/file-chooser" = {
show-hidden = mkBoolean true;
};