From af378ad61a9e155574392804f3a9c4d61ca99295 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Tue, 24 Dec 2024 07:03:28 -0500 Subject: fix: xfce4-clipman-plugin update needs floating state to be specified --- .config/awesome/rc-4.3-3.lua | 3 ++- .config/awesome/rc.lua | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua index 9e0e3c7..2c8c61a 100644 --- a/.config/awesome/rc-4.3-3.lua +++ b/.config/awesome/rc-4.3-3.lua @@ -772,10 +772,11 @@ awful.rules.rules = { "zoom", }, name = { + "^Clipman History$", "^Event Tester$", -- xev. "^File Operation Progress$", -- fix for latest version of thunar. - "^password manager$", "^Task Manager$", + "^password manager$", }, role = { "AlarmWindow", -- thunderbird's calendar. diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index e00504f..8fdf3d1 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -798,10 +798,11 @@ ruled.client.connect_signal("request::rules", function() "zoom", }, name = { + "^Clipman History$", "^Event Tester$", -- xev. "^File Operation Progress$", -- fix for latest version of thunar. - "^password manager$", "^Task Manager$", + "^password manager$", }, role = { "AlarmWindow", -- thunderbird's calendar. -- cgit v1.2.3