replace dmenu with rofi
This commit is contained in:
parent
9b6cc94b96
commit
f6d6acd047
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue