From 581f6528bda450879064c12af37358f2e645d5c1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 18 Oct 2022 21:18:31 -0700 Subject: Add a simple README --- README.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..da04213 --- /dev/null +++ b/README.org @@ -0,0 +1,18 @@ +#+title: Switch-to-window for Herbstluftwm +#+options: toc:nil num:nil + +A simple script that switches to a window with a given window id while respecting which monitor it should show on. + +* Requirements + +This script requires [[https://herbstluftwm.org/][herbstluftwm]]. + +* Installation + +Put the =hlwm-switch-to-window= script anywhere in your =$PATH=. + +* Usage + +Call the =hlwm-switch-to-window= script with a single argument: the window ID to switch to. For example: + +: hlwm-switch-to-window 0x0060001a -- cgit v1.2.3-54-g00ecf