From d817cbef424bdc268a51ff20f4cd5e7eaf792ea4 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 18 Dec 2022 00:09:23 -0500 Subject: refactor: proper REGEX-ish matching for Name-based floating rules --- .config/awesome/rc.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/awesome') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 9b4a524..8bbfa29 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -638,8 +638,9 @@ awful.rules.rules = { -- Note that the name property shown in xprop might be set slightly after creation of the client -- and the name shown there might not match defined rules here. name = { - "Event Tester", -- xev. - "Task Manager", + "^Event Tester$", -- xev. + "^File Operation Progress$", -- fix for latest version of thunar + "^Task Manager$", }, role = { "AlarmWindow", -- Thunderbird's calendar. -- cgit v1.2.3