3 lines
136 B
Bash
Executable file
3 lines
136 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ls ~/.screenlayout | grep -v "^_" | sed "s/\.sh$//" | rofi -dmenu | sed "s|^.*$|/home/kunsi/.screenlayout/&.sh|" | xargs sh
|