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 - ... ```