hypr/.config/hypr/rules.conf (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
# ╻ ╻╻┏┓╻╺┳┓┏━┓╻ ╻ ┏━┓╻ ╻╻ ┏━╸┏━┓ # ┃╻┃┃┃┗┫ ┃┃┃ ┃┃╻┃ ┣┳┛┃ ┃┃ ┣╸ ┗━┓ # ┗┻┛╹╹ ╹╺┻┛┗━┛┗┻┛ ╹┗╸┗━┛┗━╸┗━╸┗━┛ windowrule = float,class:^(qt5ct)$ windowrule = float,class:^(org.pulseaudio.pavucontrol)$ windowrule = float,class:^(blueman-manager)$ windowrule = float,class:^(org.twosheds.iwgtk)$ windowrule = float,class:^(org.kde.polkit-kde-authentication-agent-1)$ windowrule = float,class:^(com.obsproject.Studio)$,title:^(Controls)$ windowrule = float,class:^(io.bassi.Amberol)$ windowrule = tag +opacity_1, class:python3 windowrule = tag +opacity_1, class:feh windowrule = tag +opacity_1, class:zathura windowrule = tag +opacity_1, class:tagstudio windowrule = tag +opacity_1, class:mpv windowrule = tag +opacity_1, class:libreoffice windowrule = tag +opacity_1, class:swappy windowrule = tag +opacity_1, class:mspaint.exe windowrule = tag +opacity_1, title:manga-tui windowrule = tag +opacity_1, class:(zen), title:^(.*YouTube.*)$ windowrule = tag +opacity_1, class:(zen), title:^(.*Discord.*)$ windowrule = tag +opacity_1, class:tv.plex.Plex windowrule = tag +opacity_1, class:FreeTube #windowrule = tag +opacity_0.9, class(foot), title:kew.* windowrule = tag +opacity_0.9, class:(foot) windowrule = tag +game, class:osu! windowrule = opacity .9 override .9 override .9 override, tag:opacity_0.9 windowrule = opacity 1 override 1 override 1 override, tag:opacity_1 layerrule = blur, shell:bar layerrule = blurpopups, shell:bar layerrule = ignorezero, shell:bar layerrule = blur, shell:notifications layerrule = ignorezero, shell:notifications layerrule = noanim, shell:notifications layerrule = noanim, shell:screenshot layerrule = blur, shell:launcher layerrule = ignorezero, shell:launcher layerrule = animation popin 90%, shell:launcher |