diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-17 15:07:09 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-17 15:07:09 -0400 |
commit | 4bab74779bcc7b5dcb1cb63e8eb7bec74519eb2f (patch) | |
tree | e2e691cd1c040f55fc2d3430bcc09248e7b48ab7 /.local/bin/dropdowntoggle | |
parent | e10fce2392ba47780c89b8e7adf4886303d65707 (diff) |
remove unused flags in dropdowntoggle
Diffstat (limited to '.local/bin/dropdowntoggle')
-rwxr-xr-x | .local/bin/dropdowntoggle | 4 |
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" |