mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-09 01:10:26 +00: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
|
||
|
|