add project selector script for sway-launcher-desktop
This commit is contained in:
parent
cdb6094026
commit
6c7bc148ae
1 changed files with 3 additions and 0 deletions
3
bin/project-select.sh
Executable file
3
bin/project-select.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
for d in `find ~/freistil -maxdepth 1 -type d`; do
|
||||
echo -e "$d\034freistil\034freistil project `basename $d`"
|
||||
done
|
Loading…
Reference in a new issue