Module awesome-launch.panel
Launch clients as panels.
Info:
- Copyright: 2019 James Reed
- Author: James Reed <jcrd@tuta.io>
Functions
toggle (cmd, args) | Toggle the visibility of a panel, spawning the command if necessary. |
Functions
- toggle (cmd, args)
-
Toggle the visibility of a panel, spawning the command if necessary.
A panel is a floating, centered client that can be scaled to a percentage of its size.
Parameters:
- cmd The command.
- args Table containing the single instance ID and additional arguments for spawn
- id Single instance ID.
- props Properties to apply to the client.
- pwd Pathname to the working directory for new clients.
- timeout Seconds after which to stop waiting for a client to spawn.
- callback Function to call with client when it spawns.
- factory The factory to use (see wm-launch's -f flag).
- firejail If true, run cmd with firejail.
- filter Function to filter clients that are considered.
- scale Percent to scale client (see awful.placement.scale).