diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-10 19:24:38 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-10 19:24:38 +0900 |
| commit | 9938920740e4c8829a785f430190bbdf992e5e98 (patch) | |
| tree | 8678dd1bea5f4936c321f22675850b2d6ee6a93c /config | |
| parent | 9573caf06af2364606eb1c4a8e53a00ab591a16e (diff) | |
added ff-bin on window-rules
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 44ea831e..3eafedbe 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -4,7 +4,7 @@ # windowrule v2 - tags - add apps under appropriate tag to use the same settings # browser tags -windowrulev2 = tag +browser, class:^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr)$ +windowrulev2 = tag +browser, class:^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr|[Ff]irefox-bin)$ windowrulev2 = tag +browser, class:^([Gg]oogle-chrome(-beta|-dev|-unstable)?)$ windowrulev2 = tag +browser, class:^(chrome-.+-Default)$ # Chrome PWAs windowrulev2 = tag +browser, class:^([Cc]hromium)$ |
