From 6a9115c1412e1f620969b09b3ffae2c5c894b180 Mon Sep 17 00:00:00 2001 From: Schweber <64630479+Schweber@users.noreply.github.com> Date: Sat, 18 Jan 2025 17:35:59 +0100 Subject: [PATCH] Update Readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c903137..0c3c9fa 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ This Bash script emulates the main features of [tdrop](https://github.com/noctui - if the specified program is already running on another workspace: bring it to the current workspace and focus it. - if the specified program is already on the current workspace: move it to workspace 'niri', thereby hiding it until called up again by ndrop. +> \[!NOTE] +> Niri doesn't implement scratchpads yet so ndrop is inferior to hdrop until they are added to niri. + #### Usage: > ndrop [OPTIONS] [COMMAND] @@ -30,7 +33,7 @@ This Bash script emulates the main features of [tdrop](https://github.com/noctui > Case insensitive partial matching of class names. Can work as a stopgap if a running program is not recognized and a new instance is launched instead. Note: incorrect matches may occur, adding a special handling of the program to ndrop (hardcoded or via `-c, --class`) is preferable. > > -o, --online -> Wait until internet connectivity is established. +> Delay initial launch for up to 20 seconds until internet connectivity is established. > > -v, --verbose > Show notifications regarding the matching process. Try this to figure out why running programs are not matched. @@ -68,7 +71,7 @@ binds { Please see the example bindings. There has to be a workspace named `ndrop` for ndrop to work and `ndrop` may not be your present workspace. -So far, i've found no way to have named workspaces that are "out of the way" of the regular workspaces so the behaviour of `ndrop` is inferior to `hdrop`. +Niri doesn't implement scratchpads yet so the behaviour of `ndrop` is inferior to `hdrop`. ### Further instances of programs are started instead of hiding/unhiding a running instance