dotfiles/.bin/screenlayout.sh

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