new and old

This commit is contained in:
fuzzy 2022-10-23 12:55:47 -05:00
parent 55b7e316c6
commit a9926d1541
2 changed files with 5 additions and 2 deletions

4
img.sh
View File

@ -1,7 +1,7 @@
#!/bin/sh
rm img.txt
for i in *
do
echo \<img src=\"$i\" alt=\"\"\> >> img.txt
echo \<img src=\"$1$i\" alt=\"\"\> >> img.txt
done

3
xcmenu_run Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
xcmenu -l | dmenu | xclip -in -selection clipboard