From 150cf5b720d151b25d27dd936ffab8093dcc11c4 Mon Sep 17 00:00:00 2001 From: wochap Date: Tue, 12 Mar 2024 18:10:15 +0000 Subject: [PATCH] Add namedscratchpads --- namedscratchpads.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 namedscratchpads.md diff --git a/namedscratchpads.md b/namedscratchpads.md new file mode 100644 index 0000000..f8c935a --- /dev/null +++ b/namedscratchpads.md @@ -0,0 +1,14 @@ +### Description +Allows for the creation of multiple scratchpad windows, each assigned to a different keybinding. In simple terms, it enables 'run or raise' functionality + +This patch adds the following functions: +* `togglescratch`: simply toggles the scratchpad window +* `focusortogglescratch`: change the focus to the scratchpad window if it is visible and toggles it if it is already in focus +* `focusortogglematchingscratch`: similar to `focusortogglescratch` but also closes all other scratchpad windows + +### Download +- [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/namedscratchpads) +- [2024-03-12](https://codeberg.org/dwl/dwl-patches/raw/branch/main/namedscratchpads/namedscratchpads.patch) + +### Authors +- [wochap](https://codeberg.org/wochap)