diff options
| author | matt <[email protected]> | 2021-01-02 01:24:03 +0100 |
|---|---|---|
| committer | matt <[email protected]> | 2021-01-02 01:24:03 +0100 |
| commit | 44ea8f5cce5ec12649e928cacc3d47cd2fec9a8e (patch) | |
| tree | 40b1d73642b47351bc316d7200a3beb04895af0f /patch/layoutmenu.sh | |
| parent | acbf2de1c23085e0a8736498e5c7600f77f7a5f0 (diff) | |
| download | dwm-flexipatch-44ea8f5cce5ec12649e928cacc3d47cd2fec9a8e.tar.gz dwm-flexipatch-44ea8f5cce5ec12649e928cacc3d47cd2fec9a8e.zip | |
added layoutmenu patch
Diffstat (limited to 'patch/layoutmenu.sh')
| -rwxr-xr-x | patch/layoutmenu.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/patch/layoutmenu.sh b/patch/layoutmenu.sh new file mode 100755 index 0000000..0bb0456 --- /dev/null +++ b/patch/layoutmenu.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +cat <<EOF | xmenu +[]= Tiled Layout 0 +><> Floating Layout 1 +[M] Monocle Layout 2 +EOF + |
