diff options
| author | asunekants <13184677+asunekants@users.noreply.github.com> | 2024-08-19 22:35:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 22:35:08 +0100 |
| commit | 4c9d502916025ee4f8059fd549291a3591034edd (patch) | |
| tree | 07ddf107d7f5cb739aa6a5d788c1e1b67b1c9a54 | |
| parent | bcd9b72d4704f5be1c8957051df7745e05cb0ba5 (diff) | |
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.
| -rw-r--r-- | config/waybar/modules | 5 |
1 files changed, 3 insertions, 2 deletions
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 +} |
