Help, thing changes.

This commit is contained in:
root_sti 2023-07-24 03:08:48 -03:00
parent b0b04bc10c
commit 05c7f08dda
5 changed files with 20 additions and 10 deletions

View file

@ -8,12 +8,14 @@ FLAG=$1
FW=$(pfw)
usage() {
echo "usage:
cat<<EOF
usage:
wms_mainrole.sh [ -n, -p, -t, wid ]
-n) next in order stack
-p) prev in order stack
-t) focus the top window in the servers window stack
wid) window id"
wid) window id
EOF
}
# docus next window in server's window stack order

View file

@ -14,7 +14,8 @@ SW=$((RW - 2 * BW - 2 * GAP)) # screen utilizable width
SH=$((RH - 2 * BW - 2 * GAP)) # screen utilizable height
usage() {
echo "usage:
cat<<EOF
usage:
wms_moveresize.sh [ -n, -s, -e, -o, -r, -l, -d, -u, -w, -W, -h, -H ]
-f) fullsize
-n) half north
@ -28,7 +29,8 @@ wms_moveresize.sh [ -n, -s, -e, -o, -r, -l, -d, -u, -w, -W, -h, -H ]
-w) resize width -
-W) resize width +
-h) resize height -
-H) resize height +"
-H) resize height +
EOF
}
# half north value

View file

@ -10,13 +10,15 @@ FW=$(pfw) # focused window id
AMW=$(lsw) # all maped windows
usage() {
echo "usage:
cat<<EOF
usage:
wms_shepperd.sh [ -a, -r, -t ]
-a) add
-A) add all
-d) delete
-D) delete all
-t) togle"
-t) togle
EOF
}
# create atom in focused window

View file

@ -14,11 +14,13 @@ SW=$((RW - 2 * BW)) # usable screen width
SH=$((RH - 2 * BW)) # usable screen height
usage() {
echo "usage:
cat<<EOF
usage:
wms_usher.sh [ -m, -t, -w ]
-m) monucule
-t) tiled
-w) widespread"
-w) widespread
EOF
}
# all windows at full screen

View file

@ -6,10 +6,12 @@ FLAG=$1
RID=$(lsw -r) # root window id
usage() {
echo "usage:
cat<<EOF
usage:
wms_revalue.sh [ -m, -M ]
-m) minimize tiling master area
-M) maximize tiling master area"
-M) maximize tiling master area
EOF
}
mp=$(atomx WM_MP $RID) # tiling master area percent from atom