mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
9 lines
96 B
Bash
9 lines
96 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF | xmenu
|
||
|
[]= Tiled Layout 0
|
||
|
><> Floating Layout 1
|
||
|
[M] Monocle Layout 2
|
||
|
EOF
|
||
|
|