10 lines
131 B
Bash
Executable File
10 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<EOF | xmenu
|
|
[]= Tiled Layout 0
|
|
><> Floating Layout 1
|
|
[M] Monocle Layout 2
|
|
[D] Deck Layout 3
|
|
### Grid Layout 4
|
|
EOF
|