AwesomeWM library for launching clients with single instance IDs
Go to file
James Reed bcf298925a
README: Add dependencies section
2019-07-03 17:29:58 -06:00
LICENSE Initial commit 2019-03-28 08:41:27 -06:00
README.md README: Add dependencies section 2019-07-03 17:29:58 -06:00
awesome-launch-0.1.1-1.rockspec Depend on uuid rock 2019-07-03 16:56:48 -06:00
config.ld Add awesome-launch.panel 2019-07-02 17:23:59 -06:00
init.lua Depend on uuid rock 2019-07-03 16:56:48 -06:00
panel.lua Add awesome-launch.panel 2019-07-02 17:23:59 -06:00

README.md

awesome-launch

awesome-launch is a library for Awesome window manager that provides functions to spawn clients with single instance IDs using wm-launch.

Dependencies

Usage

Require the library:

local launch = require("awesome-launch")

Now spawn a client:

launch.spawn("xterm", {id="xterm1"})

The new client will have these properties set:

  • single_instance_id = "xterm1"
  • cmdline = "xterm"

See the API documentation for descriptions of all functions.

License

awesome-launch is licensed under the GNU General Public License v3.0 or later (see LICENSE).