mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-26 14:35:58 +01:00
Fix paragraph in wrong section of FAQ (#123)
This commit is contained in:
parent
36b0f8d50b
commit
186c646160
1 changed files with 4 additions and 4 deletions
|
@ -266,15 +266,15 @@ Try disabling VFR with `misc:no_vfr=1`.
|
||||||
In your config, add this bind: `bind = , mouse:274, exec, ;`. Note that the
|
In your config, add this bind: `bind = , mouse:274, exec, ;`. Note that the
|
||||||
exact bindcode may vary, so you may want to check it with `wev` first.
|
exact bindcode may vary, so you may want to check it with `wev` first.
|
||||||
|
|
||||||
|
Note that some software, like `kitty`, intercepts middle-click events and binds
|
||||||
|
them to paste from primary on their own. Their configurations will need to be
|
||||||
|
changed to account for that.
|
||||||
|
|
||||||
# How do I make Hyprland draw as little power as possible on my laptop?
|
# How do I make Hyprland draw as little power as possible on my laptop?
|
||||||
|
|
||||||
I assume you already have `damage_tracking` on full. If you don't, change it.
|
I assume you already have `damage_tracking` on full. If you don't, change it.
|
||||||
It's heavily advised to use `full` regardless of anything.
|
It's heavily advised to use `full` regardless of anything.
|
||||||
|
|
||||||
Note that some software, like `kitty`, intercepts middle-click events and binds
|
|
||||||
them to paste from primary on their own. Their configurations will need to be
|
|
||||||
changed to account for that.
|
|
||||||
|
|
||||||
**_Useful Optimizations_**:
|
**_Useful Optimizations_**:
|
||||||
|
|
||||||
* `decoration:blur_new_optimizations = true`, to use new optimizations for
|
* `decoration:blur_new_optimizations = true`, to use new optimizations for
|
||||||
|
|
Loading…
Reference in a new issue