3 lines
111 B
Bash
Executable File
3 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
SELECTION=$(ls ~/repos/bag/ | dmenu -c -i -l 10 ) && feh --no-fehbg --bg-fill ~/repos/bag/$SELECTION
|