diff --git a/dotfiles/lib/bin/rofi_paswitch.sh b/dotfiles/lib/bin/rofi_paswitch.sh index 7f3b47ef..a0cd326d 100755 --- a/dotfiles/lib/bin/rofi_paswitch.sh +++ b/dotfiles/lib/bin/rofi_paswitch.sh @@ -1,3 +1,3 @@ #!/usr/bin/env zsh -pahelper.sh | tr -d '\n' | tr '>' '|' | rofi -i -dmenu -sep '|' | grep -Eo ' [0-9]' | xargs pahelper.sh +pahelper.sh | tr -d '\n' | tr '>' '|' | rofi -i -dmenu -sep '|' | grep -Eo ' [0-9]*' | xargs pahelper.sh