diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-10 19:26:13 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-10 19:26:13 +0900 |
| commit | 2412603e740dbf1a09bff0067347abb363118c15 (patch) | |
| tree | 217afd8aa9d87fdc1f290527dfb6ec5c0444308c /config/hypr/UserConfigs/WindowRules.conf | |
| parent | 8332244a91ec02eefc23543de9e88501326ae70d (diff) | |
added Ff-bin on windowrules
Diffstat (limited to 'config/hypr/UserConfigs/WindowRules.conf')
| -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)$ |
