From 7c8ab2139c7c54d34df47c70e8c50e7249190ec3 Mon Sep 17 00:00:00 2001 From: Schweber <64630479+Schweber@users.noreply.github.com> Date: Thu, 26 Oct 2023 02:53:40 +0000 Subject: [PATCH 1/2] Update README.org --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index aa2f0f6..72f5d8f 100644 --- a/README.org +++ b/README.org @@ -95,6 +95,8 @@ Example: WAYLAND_DISPLAY=no tdrop -mta alacritty #+end_example +If you are using `Hyprland` then [hdrop](https://github.com/Schweber/hdrop/tree/main) can emulate the main feature of `tdrop`, namely running, showing and hiding a given program depending on its current state. + ** Flatpak As [[https://www.flatpak.org/][Flatpak]] jails applications, the PID cannot be used to find the attached window. A class name has to be given in order to find it, with =--class=. From cca1e36fbb53e9e082d98b2c2313d7b07cefa892 Mon Sep 17 00:00:00 2001 From: Schweber <64630479+Schweber@users.noreply.github.com> Date: Thu, 26 Oct 2023 03:00:35 +0000 Subject: [PATCH 2/2] Update README.org --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 72f5d8f..125d30e 100644 --- a/README.org +++ b/README.org @@ -95,7 +95,7 @@ Example: WAYLAND_DISPLAY=no tdrop -mta alacritty #+end_example -If you are using `Hyprland` then [hdrop](https://github.com/Schweber/hdrop/tree/main) can emulate the main feature of `tdrop`, namely running, showing and hiding a given program depending on its current state. +If you are using [[https://github.com/hyprwm/][Hyprland]] then [[https://github.com/Schweber/hdrop/tree/main][hdrop]] can emulate the main feature of tdrop, namely running, showing and hiding a given program depending on its current state. ** Flatpak As [[https://www.flatpak.org/][Flatpak]] jails applications, the PID cannot be used to find the attached window. A class name has to be given in order to find it, with =--class=. @@ -298,6 +298,7 @@ Maybe in the future. The only advantage I can see over xdotool is that it can to * Similar - [[https://github.com/lharding/lsh-bin/blob/master/drawer][drawer]] +- [[https://github.com/Schweber/hdrop/tree/main][hdrop]] * Troubleshooting :PROPERTIES: