diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-10-06 11:11:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-06 11:11:50 -0400 |
| commit | 0e52d19b894e3cfd2c87cfbcc35ae087d48f5485 (patch) | |
| tree | f5dc17aa47176f1443fdfdbbea81b3b8582ed033 /config/hypr/UserConfigs | |
| parent | cd6730a58e7c5fb9fe2cb278152a5423bddea498 (diff) | |
| parent | 93defad110bc12ffb18508ab1fb6f1b26875ea05 (diff) | |
Merge pull request #838 from JaKooLit/dwilliam62-fix-windowrule2-error
Update WindowRules.conf
Diffstat (limited to 'config/hypr/UserConfigs')
| -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 baa6d29a..16dc48a5 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -208,7 +208,7 @@ 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 = opacity 0.8,class:^(code)$ #windowrule = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1 #windowrule = bordercolor rgb(282737) rgb(1E1D2D), floating:1 |
