8 lines
95 B
Bash
Executable File
8 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<EOF | xmenu
|
|
[]= Tiled Layout 0
|
|
><> Floating Layout 1
|
|
[M] Monocle Layout 2
|
|
EOF
|