From dff7bdf034d110ad60be63e2e53522456c139e55 Mon Sep 17 00:00:00 2001 From: Luca Bilke <bilke@tralios.de> Date: Tue, 6 Feb 2024 10:24:37 +0100 Subject: [PATCH] add xmenulayout script --- .local/bin/xmenulayout | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 .local/bin/xmenulayout diff --git a/.local/bin/xmenulayout b/.local/bin/xmenulayout new file mode 100755 index 00000000..522b9c3b --- /dev/null +++ b/.local/bin/xmenulayout @@ -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