diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-08 00:31:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-08 00:31:58 +0100 |
| commit | 01b890a586b3fa9d7543b3bc271e6e87236d88b8 (patch) | |
| tree | e2bd1d24807d481d27f0463dd98962ada40823c5 /roles/hyprland/templates | |
| parent | 7c95b96470eccafcce19c08808ab87a1320d30b4 (diff) | |
Fix typo in role descriptions and windowrules
Diffstat (limited to 'roles/hyprland/templates')
| -rw-r--r-- | roles/hyprland/templates/hyprland/rules.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/hyprland/templates/hyprland/rules.conf.j2 b/roles/hyprland/templates/hyprland/rules.conf.j2 index a02d6302..bb75fc04 100644 --- a/roles/hyprland/templates/hyprland/rules.conf.j2 +++ b/roles/hyprland/templates/hyprland/rules.conf.j2 @@ -7,5 +7,5 @@ windowrule = float on, match:tag floating-window windowrule = center on, match:tag floating-window windowrule = size 875 600, match:tag floating-window -windowrule = tag +floating-window, match:class (work.kartoffln.bluetui|work.kartoffln.btop) +windowrule = tag +floating-window, match:class (work.kartoffln.bluetui|work.kartoffln.btop|work.kartoffln.wlctl) windowrule = float on, match:class org.gnome.Calculator |
