diff options
| author | kj-sh604 | 2024-12-24 07:03:28 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-12-24 07:03:28 -0500 |
| commit | af378ad61a9e155574392804f3a9c4d61ca99295 (patch) | |
| tree | a050e1f5a0423ca1fc27f2a40896fa3b24d53ebb /.config/awesome | |
| parent | 47c22d172e83df53aecd76d8cf6da1f6de6a2b98 (diff) | |
fix: xfce4-clipman-plugin update needs floating state to be specified
Diffstat (limited to '.config/awesome')
| -rw-r--r-- | .config/awesome/rc-4.3-3.lua | 3 | ||||
| -rw-r--r-- | .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. |
