Code changes.
This commit is contained in:
parent
2126a501bd
commit
907e688011
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ FW=$(pfw) # focused window
|
|||
CMW=$(lsw | wc -l) # count maped windows
|
||||
RW=$(wattr w $RID) # root width
|
||||
RH=$(wattr h $RID) # root height
|
||||
SW=$((RW - 2 * BW)) # usable screen width
|
||||
SH=$((RH - 2 * BW)) # usable screen height
|
||||
SW=$((RW - 2 * BW)) # usable screen width
|
||||
SH=$((RH - 2 * BW)) # usable screen height
|
||||
|
||||
usage() {
|
||||
echo "usage:
|
||||
|
|
Loading…
Reference in a new issue