From 39f4447d5dd082c8ba9a4d9adc2c3603c5e86f79 Mon Sep 17 00:00:00 2001 From: korei999 Date: Mon, 3 Jun 2024 13:38:28 +0300 Subject: [PATCH] globalkey readme: typo --- patches/globalkey/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/globalkey/README.md b/patches/globalkey/README.md index 4061d6d..b4146d9 100644 --- a/patches/globalkey/README.md +++ b/patches/globalkey/README.md @@ -10,7 +10,7 @@ static const PassKeypressRule pass_rules[] = { ``` will pass `MODKEY + Home` key to obs(flatpak version) regardless of what client is currently focused if any. String "com.obsproject.Studio" should be exact match for appid of the client. To get appid use [dwlmsg](https://codeberg.org/notchoc/dwlmsg), -or run stock dwl from a terminal then launch the needed application inside, dwl will print all the info to the stdin. +or run stock dwl from a terminal then launch the needed application inside, dwl will print all the info to the stdout. ### Download