From 4c9d502916025ee4f8059fd549291a3591034edd Mon Sep 17 00:00:00 2001 From: asunekants <13184677+asunekants@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:35:08 +0100 Subject: Update modules - Make taskbar ignore the dropdown terminal Added kitty-dropterm class to the taskbar ignore list, to stop the drop-down terminal from appearing in it. --- config/waybar/modules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/waybar/modules') diff --git a/config/waybar/modules b/config/waybar/modules index 57393c08..6ae63e03 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -609,7 +609,8 @@ "ignore-list": [ "wofi", "rofi", - "kitty" + "kitty", + "kitty-dropterm" ], }, "custom/cycle_wall": { @@ -863,4 +864,4 @@ "interval": 86400, // once every day "tooltip": true, }, -} \ No newline at end of file +} -- cgit v1.2.3