From b48a175e495c1dc26aff34dc998244dc2198cfe8 Mon Sep 17 00:00:00 2001 From: jlo62 <122014753+jlo62@users.noreply.github.com> Date: Sun, 12 May 2024 10:04:54 +0200 Subject: [PATCH] add a chapter for a single keypress under QA (#8148) --- Home.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Home.md b/Home.md index c2382c0..85531ce 100644 --- a/Home.md +++ b/Home.md @@ -471,6 +471,13 @@ bindsym --to-code { } ``` +### Windows/KDE/gnome launcher shortcut + +This will toggle the launcher on a single keypress, but not if a keybind was triggered with that key. +``` +bindsym --no-repeat --release Super_L exec pkill $launcher || $launcher +``` + ### Memorize and switch target windows Configuration example: