diff options
-rw-r--r-- | dotfiles/waybar/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/waybar/config b/dotfiles/waybar/config index eb058d8..4d9b508 100644 --- a/dotfiles/waybar/config +++ b/dotfiles/waybar/config @@ -28,6 +28,9 @@ "river/tags": { "tag-labels": ["1", "2", "3", "4", "5", "6", "7", "8", "9"] }, + "river/window": { + "max-length": 99 + }, "keyboard-state": { "numlock": true, "capslock": true, |