diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-08-20 08:18:03 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 08:18:03 +0900 |
| commit | ccbcf33e51b64f438f1a268d6344ef2038097cd3 (patch) | |
| tree | 3ff988c64048e5a40874195f9387df1ccc6e3d73 | |
| parent | ebd6a8d63c76051c703d907e9bbef73a983427a4 (diff) | |
| parent | 4c9d502916025ee4f8059fd549291a3591034edd (diff) | |
Merge pull request #407 from asunekants/patch-1
Update modules - Make taskbar ignore the drop-down terminal when it's hidden.
| -rw-r--r-- | config/waybar/modules | 5 | ||||
| -rwxr-xr-x | upgrade.sh | 1 |
2 files changed, 4 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 +} @@ -39,6 +39,7 @@ declare -A directories=( ["config/fastfetch/"]="$HOME/.config/fastfetch/" ["config/wallust/"]="$HOME/.config/wallust/" ["config/wlogout/"]="$HOME/.config/wlogout/" + ["config/nvim/"]="$HOME/.config/nvim/" # Add more directories to compare as needed ) |
