diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
| commit | c222e1bad2ba5e779c3af5b956906c82ead43271 (patch) | |
| tree | a5253e0861c200ff90354169e1f67ef42ebf0ef9 /config/hypr/configs/WindowRules.conf | |
| parent | bb0be21dba7980fc1c047eaba24eda1712bd7f31 (diff) | |
Initial upload
Diffstat (limited to 'config/hypr/configs/WindowRules.conf')
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf new file mode 100644 index 00000000..92ae7d11 --- /dev/null +++ b/config/hypr/configs/WindowRules.conf @@ -0,0 +1,46 @@ +# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more +## JaKooLit Github - https://github.com/JaKooLit + +windowrule = float, org.kde.polkit-kde-authentication-agent-1 +windowrule = float, nm-connection-editor|blueman-manager +windowrule = float, viewnior|pavucontrol +windowrule = float, nwg-look|qt5ct|mpv +windowrule = float, onedriver|onedriver-launcher +windowrule = float, swayimg|zoom +windowrule = float, wofi +windowrule = float, gnome-system-monitor + +#windowrule = noblur,gamescope +#windowrule = fullscreen,gamescope +#windowrule = workspace 6 silent,^(gamescope)$ + +# windowrule = move 1380 495,^(pavucontrol) # Make sure to change these valuers +windowrule = center,^(pavucontrol) # Make sure to delete this line if uncommen the line above +#windowrule = size 533 533,^(pavucontrol) # These are optionals. But recommended + +# windowrule v2 +windowrulev2 = workspace 2, class:^(firefox)$ +windowrulev2 = workspace 2, class:^(Firefox-esr)$ +windowrulev2 = workspace 2, class:^(Microsoft-edge-beta)$ #this is on arch +windowrulev2 = workspace 3, class:^(thunar)$ +windowrulev2 = workspace 3, class:^(Thunar)$ +windowrulev2 = workspace 1, class:^(thunderbird)$ +windowrulev2 = workspace 4, class:^(com.obsproject.Studio)$ +windowrulev2 = workspace 5 silent, class:^(Steam)$,title:^(Steam)$ +windowrulev2 = workspace 5 silent, class:^(lutris)$ +windowrulev2 = workspace 6, class:^(virt-manager)$ +windowrulev2 = workspace 7 silent, class:^(discord)$ +windowrulev2 = workspace 9 silent, class:^(audacious)$ + +#opacity (transparent) #enable as desired +windowrulev2 = opacity 0.9 0.7, class:^(firefox)$ +windowrulev2 = opacity 0.9 0.7, class:^(thunar)$ +#windowrulev2 = opacity 0.8 0.7, class:^(foot)$ +#windowrulev2 = opacity 0.9 0.7, class:^(mousepad)$ +windowrulev2 = opacity 0.9 0.7, class:^(codium-url-handler)$ +windowrulev2 = opacity 0.9 0.7, class:^(VSCodium)$ + +#windowrulev2 = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1 +#windowrulev2 = bordercolor rgb(282737) rgb(1E1D2D), floating:1 +#windowrulev2 = opacity 0.8 0.8, pinned:1 + |
