mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
wiki: Add gestures page
This commit is contained in:
@@ -0,0 +1,31 @@
|
|||||||
|
### Overview
|
||||||
|
|
||||||
|
There are several gestures in niri.
|
||||||
|
|
||||||
|
### Mouse
|
||||||
|
|
||||||
|
#### Interactive Resize
|
||||||
|
|
||||||
|
You can resize windows by holding <kbd>Mod</kbd> and the right mouse button.
|
||||||
|
|
||||||
|
#### Reset Window Height
|
||||||
|
|
||||||
|
If you double-click on a top or bottom window resize edge, the window height will reset to automatic.
|
||||||
|
|
||||||
|
This works with both window-initiated resizes (when using client-side decorations), and niri-initiated <kbd>Mod</kbd> + right click resizes.
|
||||||
|
|
||||||
|
#### Toggle Full Width
|
||||||
|
|
||||||
|
If you double-click on a left or right window resize edge, the column will expand to the full workspace width.
|
||||||
|
|
||||||
|
This works with both window-initiated resizes (when using client-side decorations), and niri-initiated <kbd>Mod</kbd> + right click resizes.
|
||||||
|
|
||||||
|
### Touchpad
|
||||||
|
|
||||||
|
#### Workspace Switch
|
||||||
|
|
||||||
|
Switch workspaces with three-finger vertical swipes.
|
||||||
|
|
||||||
|
#### Horizontal View Movement
|
||||||
|
|
||||||
|
Move the view horizontally with three-finger horizontal swipes.
|
||||||
@@ -6,6 +6,7 @@
|
|||||||
* [`niri msg`](./IPC.md)
|
* [`niri msg`](./IPC.md)
|
||||||
* [VSCode, Chromium, WezTerm](./Application-Issues.md)
|
* [VSCode, Chromium, WezTerm](./Application-Issues.md)
|
||||||
* [Xwayland](./Xwayland.md)
|
* [Xwayland](./Xwayland.md)
|
||||||
|
* [Gestures](./Gestures.md)
|
||||||
* [FAQ](./FAQ.md)
|
* [FAQ](./FAQ.md)
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user