From c10b9fdb668be712630f76073ae385fdf213b749 Mon Sep 17 00:00:00 2001 From: redxef Date: Sat, 29 Oct 2022 02:09:02 +0200 Subject: [PATCH] Add note in readme about not specifying workspaces. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43f892d..55c85f3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Run multiple programs by specifying a yaml list of the form: signal_continue: ``` +Not specifying a workspace implies that the program won't spawn a window. + ## Installing Use the makefile: `INSTALL_BASE=/usr/local/ make install` or install all dependencies @@ -76,11 +78,9 @@ This could be combined with waybar to enforce an ordering of tray applications: ```yaml - program: 'nm-applet --indicator' filter: '(False)' - workspace: -1 signal_continue: 10 - program: 'blueman-applet' filter: '(False)' - workspace: -1 signal_continue: 10 - ... ```