From d1eab684e876ebd0f88888be37dc04c335779107 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 27 Dec 2022 19:18:25 +0100 Subject: Dotfiles: Waybar: Add 99 char limit to window --- dotfiles/waybar/config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dotfiles/waybar') 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, -- cgit 1.4.1