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