include buttonbystate and primaryselection

nullsystem 2024-04-06 15:50:20 +01:00
parent 46f6b28d0c
commit 470200944c
No known key found for this signature in database
4 changed files with 24 additions and 0 deletions

@ -59,6 +59,7 @@ Additionally, when you have write access to this repository, remove the `.md` fi
* [skipfocus](https://codeberg.org/dwl/dwl-patches/wiki/skipfocus)
* [hiderule](https://codeberg.org/dwl/dwl-patches/wiki/hiderule)
## Input
* [buttonbystate](https://codeberg.org/dwl/dwl-patches/wiki/buttonbystate)
* [chainkeys](https://codeberg.org/dwl/dwl-patches/wiki/chainkeys)
* [en-keycodes](https://codeberg.org/dwl/dwl-patches/wiki/en-keycodes)
* [keycodes](https://codeberg.org/dwl/dwl-patches/wiki/keycodes)
@ -70,6 +71,7 @@ Additionally, when you have write access to this repository, remove the `.md` fi
* [perinputconfig](https://codeberg.org/dwl/dwl-patches/wiki/perinputconfig)
* [pointer-gestures-unstable-v1](https://codeberg.org/dwl/dwl-patches/wiki/pointer-gestures-unstable-v1.-)
* [press_repeat_release](https://codeberg.org/dwl/dwl-patches/wiki/press_repeat_release)
* [primaryselection](https://codeberg.org/dwl/dwl-patches/wiki/primaryselection)
* [togglekblayout](https://codeberg.org/dwl/dwl-patches/wiki/togglekblayout)
* [togglekblayoutandoptions](https://codeberg.org/dwl/dwl-patches/wiki/togglekblayoutandoptions)
* [toggle_constraints](https://codeberg.org/dwl/dwl-patches/wiki/toggle_constraints)

@ -9,6 +9,7 @@
* [barborder](https://codeberg.org/dwl/dwl-patches/wiki/barborder)
* [borders](https://codeberg.org/dwl/dwl-patches/wiki/borders)
* [bottomstack](https://codeberg.org/dwl/dwl-patches/wiki/bottomstack)
* [buttonbystate](https://codeberg.org/dwl/dwl-patches/wiki/buttonbystate)
* [center-terminal](https://codeberg.org/dwl/dwl-patches/wiki/center-terminal)
* [centeredmaster](https://codeberg.org/dwl/dwl-patches/wiki/centeredmaster)
* [cfact](https://codeberg.org/dwl/dwl-patches/wiki/cfact)
@ -53,6 +54,7 @@
* [pertag](https://codeberg.org/dwl/dwl-patches/wiki/pertag)
* [pointer-gestures-unstable-v1](https://codeberg.org/dwl/dwl-patches/wiki/pointer-gestures-unstable-v1.-)
* [press_repeat_release](https://codeberg.org/dwl/dwl-patches/wiki/press_repeat_release)
* [primaryselection](https://codeberg.org/dwl/dwl-patches/wiki/primaryselection)
* [regexrules](https://codeberg.org/dwl/dwl-patches/wiki/regexrules)
* [regions](https://codeberg.org/dwl/dwl-patches/wiki/regions)
* [relative-mouse-resize](https://codeberg.org/dwl/dwl-patches/wiki/relative-mouse-resize.-)

10
buttonbystate.md Normal file

@ -0,0 +1,10 @@
### Description
Adds "state" (`enum wlr_button_state`) to configure a button action on either press or release.
This basically enables release to be used for button actions.
### Download
- [git branch](https://codeberg.org/nullsystem/dwl/src/branch/main_buttonbystate)
- [2024-04-06](https://codeberg.org/dwl/dwl-patches/raw/branch/main/buttonbystate/buttonbystate.patch)
### Authors
- [nullsystem](https://codeberg.org/nullsystem)

10
primaryselection.md Normal file

@ -0,0 +1,10 @@
### Description
Adds a config option to disable/enable primary selection (middle-click paste).
### Download
- [git branch](https://codeberg.org/nullsystem/dwl/src/branch/main_primaryselection)
- [2024-04-06](https://codeberg.org/dwl/dwl-patches/raw/branch/main/primaryselection/primaryselection.patch)
### Authors
- [nullsystem](https://codeberg.org/nullsystem)
- [Palanix](https://github.com/PalanixYT) - Previous Primary-Selection patch