diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-05-01 23:51:05 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2024-05-01 23:51:05 +0900 |
| commit | 1af3f2cd9bddf55df8051cd9f1a15c997e7ffd24 (patch) | |
| tree | 600be48728aa0d9a70dc2eafe9c24199ebd96cc7 /config/hypr/UserConfigs | |
| parent | 8f2585948c93dc2ae99dbc17349d73367926fb30 (diff) | |
added some float windowrules
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 489d39e1..04b957d2 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -38,6 +38,8 @@ windowrulev2 = workspace 9 silent, class:^([Aa]udacious)$ # windowrule v2 - float windowrulev2 = float, class:([Tt]hunar), title:(File Operation Progress) windowrulev2 = float, class:([Tt]hunar), title:(Confirm to replace files) +windowrulev2 = float, class:(xdg-desktop-portal-gtk) +windowrulev2 = float, class:(org.gnome.Calculator), title:(Calculator) #opacity (transparent) #enable as desired windowrulev2 = opacity 0.9 0.6, class:^([Rr]ofi)$ |
