diff options
Diffstat (limited to 'hyprland/21-rules.conf')
| -rw-r--r-- | hyprland/21-rules.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/hyprland/21-rules.conf b/hyprland/21-rules.conf new file mode 100644 index 0000000..a6deb81 --- /dev/null +++ b/hyprland/21-rules.conf @@ -0,0 +1,16 @@ +# Window Rules # + +# Workspaces +windowrulev2 = workspace special:shadowplay, title:(gpu-screen-recorder-gtk) +windowrulev2 = workspace special:spotify, initialTitle:(Spotify Premium) + +# Float +windowrule = float, org.kde.polkit-kde-authentication-agent- +windowrulev2 = float, class:^(org.pulseaudio.pavucontrol)$ +windowrulev2 = float, class:^(thunderbird)$, title:^(.*Reminder) + +# Size +windowrulev2 = size 1000 90%, class:^(org.pulseaudio.pavucontrol)$ + +# Discord aliasing +windowrule = nearestneighbor, ^(discord)$ |
