small tweaks for the home server; improved monitor detection; i3 "game" workspace; local plugin detection improvement; help docs; etc

This commit is contained in:
2024-06-26 18:42:33 -06:00
parent 37b562b5c9
commit cebedf3e07
7 changed files with 36 additions and 6 deletions

View File

@ -4,10 +4,11 @@ use system/desktop/notify
DEPENDENCIES+=(i3-msg xdotool xrandr)
#####################################################################
USAGE="
USAGE__description="
usage: <path-executable> [client-class] [...options...]
"
options
USAGE__options="
-c, --client <string> if different from the executable name, xprop CLIENT_CLASS
-s, --scale <value> (default: 0.8 or 0.5 if screen width >3000px)
@ -21,7 +22,9 @@ USAGE="
--has-statusbar-icon (default: false) use if program has a statusbar icon
-h, --help print this message and exit
"
USAGE__description="
Makes it easy to bind appications to key shortcuts without having to
spin up redundant instances or cycle through the scratchpad queue.