diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:24:03 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:24:03 +0100 |
| commit | 1be3e63215eba7e9f606156b1ea745944e1e278f (patch) | |
| tree | 6eb97aaa7967293afb9129a1203acbb3618ed5ad /hyprland/21-rules.conf | |
| parent | 8dafe3923ea3d473f5495134e2241d1d34f63273 (diff) | |
Sort hyprland config
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)$ |
