remove moveresizekb from stale folder

export moveresize patch with `git format-patch`
This commit is contained in:
wochap
2024-03-08 13:26:37 -05:00
committed by A Frederick Christensen
parent 14d7455154
commit 4a53aaedf2
2 changed files with 13 additions and 20 deletions
-20
View File
@@ -1,20 +0,0 @@
### 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
- [2023-09-11](https://github.com/djpohly/dwl/compare/main...wochap:moveresizekb.patch)
### Authors
- [wochap](https://github.com/wochap)