add 'disable-keybindings-on-fullscreen' patch

This commit is contained in:
korei999
2025-02-09 16:57:49 +02:00
parent 5f6ffb8161
commit 28e8282191
2 changed files with 91 additions and 0 deletions
@@ -0,0 +1,9 @@
### Description
This patch disables all keybindings except `togglefullscreen` when the focused window is fullscreen.
Might help prevent fat-fingering.
### Download
- [git branch](https://codeberg.org/korei999/dwl/src/branch/disable-keybindings-on-fullscreen)
- [2025-02-09](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/disable-keybindings-on-fullscreen/disable-keybindings-on-fullscreen.patch)
### Authors
- [korei999](https://codeberg.org/korei999)