dotfiles/.local/bin/screenlayout
2024-05-17 20:46:22 -04:00

7 lines
236 B
Bash
Executable file

#!/bin/sh
choice="$HOME/.local/bin/screenlayouts/$(find "$HOME/.local/bin/screenlayouts" -type f -printf '%f\n' | sort | dmenu -p screenlayout)" || exit 0
ln -sf "$choice" "$XDG_DATA_HOME/screenlayout"
. "$XDG_DATA_HOME/screenlayout"