add xmenulayout script
This commit is contained in:
parent
6a265a1596
commit
dff7bdf034
1 changed files with 18 additions and 0 deletions
18
.local/bin/xmenulayout
Executable file
18
.local/bin/xmenulayout
Executable file
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
|
||||
cat <<EOF | xmenu -i
|
||||
[]= tile 0
|
||||
><> float 1
|
||||
[M] monocle 2
|
||||
||| columns 3
|
||||
>M> floating master 4
|
||||
[D] deck 5
|
||||
TTT bottom stack 6
|
||||
=== horizontal bottom stack 7
|
||||
|M| centered master 8
|
||||
-M- horizontal centered master 9
|
||||
::: grid 10
|
||||
[\\] fibonacci dwindle 11
|
||||
(@) fibonacci spiral 12
|
||||
[T] tatami 13
|
||||
EOF
|
Loading…
Add table
Reference in a new issue