diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-12-29 03:51:36 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-12-29 03:51:36 +0900 |
| commit | 0bfad9ef3e7f3b342f9fd4e6b5388ff6c4cd21d3 (patch) | |
| tree | a4cfd651c567b35656392f6620ec35021ba39d31 /config | |
| parent | 2122e25c28f741cdb21f0654d185431f3452cfd4 (diff) | |
as per this PR https://github.com/JaKooLit/Hyprland-Dots/pull/507
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index b3209475..262401be 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -27,6 +27,7 @@ windowrulev2 = idleinhibit fullscreen, fullscreen:1 # windowrule v2 move to workspace windowrulev2 = workspace 1, class:^([Tt]hunderbird)$ +windowrulev2 = workspace 1, class:^(org.gnome.Evolution)$ windowrulev2 = workspace 2, class:^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr)$ windowrulev2 = workspace 2, class:^([Mm]icrosoft-edge(-stable|-beta|-dev|-unstable)?)$ windowrulev2 = workspace 2, class:^([Gg]oogle-chrome(-beta|-dev|-unstable)?)$ |
