dotfiles/.config/i3/rofi/screenmenu.sh

5 lines
92 B
Bash

#! /bin/sh
chosen=$(ls -1 ~/.screenlayout | rofi -dmenu -i)
bash ~/.screenlayout/${chosen}