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 | |
| parent | 7c95b96470eccafcce19c08808ab87a1320d30b4 (diff) | |
Fix typo in role descriptions and windowrules
Diffstat (limited to 'roles/hyprland')
| -rw-r--r-- | roles/hyprland/meta/argument_specs.yml | 2 | ||||
| -rw-r--r-- | roles/hyprland/templates/hyprland/rules.conf.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/hyprland/meta/argument_specs.yml b/roles/hyprland/meta/argument_specs.yml index 9845602d..b12c2ac5 100644 --- a/roles/hyprland/meta/argument_specs.yml +++ b/roles/hyprland/meta/argument_specs.yml @@ -2,5 +2,5 @@ argument_specs: main: short_description: "Install hyprland on ArchLinux" - description: "Install hyprland on Linux distribution" + description: "Install hyprland on ArchLinux" options: {} 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 |
