diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-16 23:01:38 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-16 23:01:38 +0900 |
| commit | 41d9022103d3659db438531191eb32c315612165 (patch) | |
| tree | 20ec150400b0f9094147b4db99645ebb678d6a2c | |
| parent | 71870158a308862197dbaf568295fba053a2eaad (diff) | |
updated WindowRules.conf
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index f2f60899..cc31af26 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -130,8 +130,9 @@ windowrulev2 = float, class:^(com.heroicgameslauncher.hgl)$, title:negative:(Her windowrulev2 = float, class:^([Ss]team)$, title:negative:^([Ss]team)$ windowrulev2 = float, class:([Tt]hunar), title:negative:(.*[Tt]hunar.*) #windowrulev2 = float, class:(electron), title:(Add Folder to Workspace) -windowrulev2 = float, initialTitle:(Add Folder to Workspace) -windowrulev2 = size 70% 60%, initialTitle:(Add Folder to Workspace) +windowrulev2 = float, title:^(Add Folder to Workspace)$ +windowrulev2 = size 70% 60%, title:^(Add Folder to Workspace)$ +windowrulev2 = center, title:^(Add Folder to Workspace)$ windowrulev2 = float, initialTitle:(Open Files) windowrulev2 = size 70% 60%, initialTitle:(Open Files) |
