Browse Source

minor changes to dmenu scripts

master
TiynGER 9 months ago
parent
commit
e294c1fc5d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .local/bin/tools/dmenupass

+ 1
- 1
.local/bin/tools/dmenupass

@ -1,2 +1,2 @@
#!/bin/sh
dmenu -p "$1" <&- && echo
dmenu -P -p "$1" <&- && echo

Loading…
Cancel
Save