diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 21:19:11 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 21:19:11 +0900 |
| commit | 370e364607fd585c9a0cd85f77cffdf9ce4debc7 (patch) | |
| tree | e3b9483dc0c71f76417e881e23cc1f4b66b68b56 /config | |
| parent | e43346ad850a454cf5bc587f1819475233ba298e (diff) | |
updated window rule re: discord attaching some files
Diffstat (limited to 'config')
| -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 35d549f6..660ebe76 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -124,6 +124,8 @@ 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, class:^([Dd]iscord)$, title:(Open Files) +windowrulev2 = size 70% 70%, class:^([Dd]iscord)$, title:(Open Files) # OPACITY windowrulev2 = opacity 0.9 0.7, tag:browser* |
