From 01b890a586b3fa9d7543b3bc271e6e87236d88b8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 8 Jan 2026 00:31:58 +0100 Subject: Fix typo in role descriptions and windowrules --- roles/hyprland/meta/argument_specs.yml | 2 +- roles/hyprland/templates/hyprland/rules.conf.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/hyprland') 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 -- cgit v1.2.3