replace dmenu with rofi

This commit is contained in:
Franzi 2019-09-24 16:33:26 +02:00
parent 9b6cc94b96
commit f6d6acd047
Signed by untrusted user: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,3 +1,3 @@
#!/bin/sh
ls ~/.screenlayout | grep -v "^_" | sed "s/\.sh$//" | dmenu | sed "s|^.*$|/home/kunsi/.screenlayout/&.sh|" | xargs sh
ls ~/.screenlayout | grep -v "^_" | sed "s/\.sh$//" | rofi -dmenu | sed "s|^.*$|/home/kunsi/.screenlayout/&.sh|" | xargs sh