dotfiles/.bin/screenlayout.sh
2019-09-24 16:33:26 +02:00

4 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