1
0
Fork 0

add layoutmenu command for dwm

This commit is contained in:
Luca Bilke 2022-08-08 01:49:58 +02:00
parent f355b1f6ef
commit e27d829ede

7
.local/bin/layoutmenu Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
cat <<EOF | xmenu
[]= Tiled Layout 0
><> Floating Layout 1
[M] Monocle Layout 2
EOF