dotfiles/.bin/screenlayout.sh

4 lines
130 B
Bash
Executable file

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