Browse Source

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
pull/187/head
John Titor 2 years ago
parent
commit
485d9c2113
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
  1. 10
      config/hypr/UserConfigs/WindowRules.conf

10
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)$

Loading…
Cancel
Save