diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-10-03 17:33:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-03 17:33:44 -0400 |
| commit | 7982ec7859d60ff9a3b39626af0505f6596af9ba (patch) | |
| tree | 8e2ce9e87186517a65fdc5c492c9f5d4a9eda983 /config/hypr/UserConfigs | |
| parent | f6817675d0fd5e2c5ec19f533057ca896a1ec43d (diff) | |
| parent | ee4dbc5aa9b9bdfd8ed2c41874ea4245c0494052 (diff) | |
Merge branch 'main' into main
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index e5fd11b9..baa6d29a 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -202,6 +202,14 @@ windowrule = keepaspectratio, title:^(Picture-in-Picture)$ windowrule = noblur, tag:games* windowrule = fullscreen, tag:games* + +#This not gonna take the focus to the window that appears when hovering over some of the parts of the IntelliJ Products +windowrule = noinitialfocus, class:^(jetbrains-*) +windowrule = noinitialfocus, title:^(wind.*)$ + +#This will gonna make the VS Code bluer like other apps +windowrule2 = opacity 0.8,class:^(code)$ + #windowrule = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1 #windowrule = bordercolor rgb(282737) rgb(1E1D2D), floating:1 #windowrule = opacity 0.8 0.8, pinned:1 |
