From ec8a5c6d8ceecc53fc4ec620ce92b708bf2d10f8 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 14 May 2023 10:31:33 -0400 Subject: [PATCH] waybar: Disable tooltip for new workspace Unfortunately, tooltip-format is unsupported by custom modules, so the best we can do is disable tooltips. --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index fe5e6ba6..76c4a523 100644 --- a/home.nix +++ b/home.nix @@ -580,6 +580,7 @@ "custom/new-workspace" = { "format" = "+"; "on-click" = "hyprctl dispatch workspace empty && rofi -show drun"; + "tooltip" = false; }; }; };