3 lines
72 B
Bash
Executable file
3 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rbw list | wofi --show dmenu | xargs -I_ rbw get _ | wl-copy
|