diff options
| author | John Titor <50095635+JohnRTitor@users.noreply.github.com> | 2024-03-31 00:04:30 +0530 |
|---|---|---|
| committer | John Titor <50095635+JohnRTitor@users.noreply.github.com> | 2024-03-31 18:38:50 +0530 |
| commit | 485d9c2113324d62f50f83cd4fcf46a3cba0fcea (patch) | |
| tree | 54f82d451c0aeade063dd7b6a0d3409c8a5598f5 /config/hypr | |
| parent | 754cfb8c50f8046e4bbac78be1e5dea63cc79684 (diff) | |
Window rules added to make some apps transparent and float
linux-wifi-hotspot should float
evince should float
google-chrome should be transparent
google-chrome web apps should as well, with extra opacity
since Meet, Youtube, YT Music webapps, deal with videos
VSCode, Discord and other GNOME apps should be transparent as well
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 0a8b9d1d..6d13c8c2 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -11,6 +11,8 @@ windowrule = float, zoom windowrule = float, rofi windowrule = float, gnome-system-monitor windowrule = float, yad +windowrule = float, ^(wihotspot-gui)$ # wifi hotspot +windowrule = float, ^(evince)$ # document viewer #windowrule = noblur,gamescope #windowrule = fullscreen,gamescope @@ -48,6 +50,14 @@ windowrulev2 = opacity 0.9 0.7, class:^(VSCodium)$ windowrulev2 = opacity 0.9 0.7, class:^(yad)$ windowrulev2 = opacity 0.9 0.7, class:^(com.obsproject.Studio)$ windowrulev2 = opacity 0.9 0.7, class:^([Aa]udacious)$ +windowrulev2 = opacity 0.9 0.8, class:^(google-chrome)$ +windowrulev2 = opacity 0.94 0.86, class:^(chrome-.+-Default)$ # Chrome PWAs +windowrulev2 = opacity 0.9 0.8, class:^(org.gnome.Nautilus)$ +windowrulev2 = opacity 0.9 0.8, class:^(code-url-handler)$ +windowrulev2 = opacity 0.9 0.8, class:^(VSCode)$ +windowrulev2 = opacity 0.94 0.86, class:^(discord)$ +windowrulev2 = opacity 0.94 0.86, class:^(gnome-disks)$ +windowrulev2 = opacity 0.9 0.8, class:^(org.gnome.baobab)$ #layerrule = unset,class:^([Rr]ofi)$ |
