Browse Source

added layoutmenu script for xmenu

siduck76 3 years ago
parent
commit
1773a2ed76
2 changed files with 20 additions and 0 deletions
  1. 1 0
      README.md
  2. 19 0
      layoutmenu.sh

+ 1 - 0
README.md

@@ -12,6 +12,7 @@
 
 - Put the .dwm folder in ~/
 - chmod +x all scripts in .dwm folder
+- Put layoutmen.sh in your PATH 
 - cd into chadwm and sudo make install
 - autostart file must be adjusted for your liking , dont remove the while loop tho!
 

+ 19 - 0
layoutmenu.sh

@@ -0,0 +1,19 @@
+#!/bin/sh
+
+cat <<EOF | xmenu
+[]= title				0
+[M] monocle				1
+[@] spiral				2
+[\\ dwindle	        		3
+TTT bstack				4
+H[] deck				5
+=== bstackhoriz             		6 
+HHH grid				7
+GNG nrowgrid                		8 
+--- horizgrid               		9 
+::: gaplessgrid             		10
+|M| centeredmaster			11
+>M> centeredfloatMaster   		12
+><> floating     			13
+EOF
+