From 0570f90bece3f5bc6e52d9e4cf8414c392be8c2d Mon Sep 17 00:00:00 2001 From: piotr Date: Sun, 26 Nov 2023 23:16:39 +0100 Subject: [PATCH] update help --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bcc1832..d043fac 100644 --- a/main.go +++ b/main.go @@ -148,7 +148,7 @@ func validateWm() { // Flags var cssFileName = flag.String("s", "drawer.css", "Styling: css file name") -var targetOutput = flag.String("o", "", "name of the Output to display the drawer on (sway only)") +var targetOutput = flag.String("o", "", "name of the Output to display the drawer on (sway & Hyprland only)") var displayVersion = flag.Bool("v", false, "display Version information") var keyboard = flag.Bool("k", false, "set GTK layer shell Keyboard interactivity to 'on-demand' mode") var overlay = flag.Bool("ovl", false, "use OVerLay layer")