summaryrefslogtreecommitdiffstats
path: root/dwl-patches/patches/namedscratchpads/README.md
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2025-05-23 11:41:09 +0000
committerLeonard Kugis <leonard@kug.is>2025-05-23 11:41:09 +0000
commitc70505d7c7b7b48600f273357694b56ccf5d2a15 (patch)
tree21c27ac6ffced8d6d904e35bdb39baa5d685d829 /dwl-patches/patches/namedscratchpads/README.md
downloaddotfiles-master.tar.gz
dotfiles-master.tar.bz2
dotfiles-master.zip
Initial commitHEADmaster
Diffstat (limited to 'dwl-patches/patches/namedscratchpads/README.md')
-rw-r--r--dwl-patches/patches/namedscratchpads/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/dwl-patches/patches/namedscratchpads/README.md b/dwl-patches/patches/namedscratchpads/README.md
new file mode 100644
index 0000000..e436583
--- /dev/null
+++ b/dwl-patches/patches/namedscratchpads/README.md
@@ -0,0 +1,19 @@
+### 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
+
+If you don't assign keybindings to any of the above functions and so get a compiler warning about them not being used, just remove them from your dwl branch to stop the warning.
+
+### Download
+- [git branch (v0.6)](https://codeberg.org/bencc/dwl/src/branch/namedscratchpads)
+- [2024-07-13 (v0.6)](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/namedscratchpads/namedscratchpads.patch)
+
+### Authors
+- [Ben Collerson](https://codeberg.org/bencc)
+- [wochap](https://codeberg.org/wochap)
+- [Louis-Michel Raynauld](https://github.com/loumray)