From 4bab74779bcc7b5dcb1cb63e8eb7bec74519eb2f Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 17 Oct 2023 15:07:09 -0400 Subject: remove unused flags in dropdowntoggle --- .local/bin/dropdowntoggle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.local/bin/dropdowntoggle b/.local/bin/dropdowntoggle index d1c1e3b..f4a4705 100755 --- a/.local/bin/dropdowntoggle +++ b/.local/bin/dropdowntoggle @@ -5,10 +5,6 @@ # The rest of it is the program/command to be run # in the dropdown window. -title_flag="--title" -class_flag="--class" -cmd_flag="--command" - name="$1" class="dropdown" title="dropdown_$name" -- cgit v1.2.3