dotfiles/dotfiles/lib/functions/rofi_paswitch

8 lines
161 B
Plaintext
Raw Normal View History

2021-08-02 05:18:07 -06:00
#!/usr/bin/env sh
function rofi_paswitch {
pahelper | tr -d '\n' | tr '>' '|' | rofi -i -dmenu -sep '|' | grep -Eo ' [0-9]*' | xargs pahelper
}
rofi_paswitch