mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-06-11 10:23:19 +00:00
dwl-patches overhaul
Eliminated wiki. Individual patches have a README.md explanation in their own subdirectory. Simplified submission of new patches and maintenance of existing patches. Instructions page (README.md autodisplayed) is now at https://codeberg.org/dwl/dwl-patches/
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
### Description
|
||||
This allows the user to change size and placement of floating windows using only the keyboard, default keybindings:
|
||||
|
||||
| Keybinding | Action |
|
||||
| :--- | :--- |
|
||||
| <kbd>MODKEY</kbd> + <kbd>Up</kbd> | move 40px up |
|
||||
| <kbd>MODKEY</kbd> + <kbd>Down</kbd> | move 40px down |
|
||||
| <kbd>MODKEY</kbd> + <kbd>Left</kbd> | move 40px left |
|
||||
| <kbd>MODKEY</kbd> + <kbd>Right</kbd> | move 40px right |
|
||||
| <kbd>MODKEY</kbd> + <kbd>Shift</kbd> + <kbd>Up</kbd> | shrink height 40px |
|
||||
| <kbd>MODKEY</kbd> + <kbd>Shift</kbd> + <kbd>Down</kbd> | grow height 40px |
|
||||
| <kbd>MODKEY</kbd> + <kbd>Shift</kbd> + <kbd>Left</kbd> | shrink width 40px |
|
||||
| <kbd>MODKEY</kbd> + <kbd>Shift</kbd> + <kbd>Right</kbd> | grow width 40px |
|
||||
|
||||
### Download
|
||||
- [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/moveresizekb)
|
||||
- [v0.5](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/moveresizekb/moveresizekb.patch)
|
||||
|
||||
### Authors
|
||||
- [wochap](https://codeberg.org/wochap)
|
||||
Reference in New Issue
Block a user