summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-10-17 15:07:09 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-10-17 15:07:09 -0400
commit4bab74779bcc7b5dcb1cb63e8eb7bec74519eb2f (patch)
treee2e691cd1c040f55fc2d3430bcc09248e7b48ab7
parente10fce2392ba47780c89b8e7adf4886303d65707 (diff)
remove unused flags in dropdowntoggle
-rwxr-xr-x.local/bin/dropdowntoggle4
1 files changed, 0 insertions, 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"