diff options
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" |