mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
FAQ: add middle-click paste unbind
This commit is contained in:
parent
1548745f34
commit
1562aa0dce
1 changed files with 6 additions and 1 deletions
|
@ -48,7 +48,7 @@ at the cost of high battery usage.
|
|||
|
||||
_Please note these are highly model-specific and might or might not work. If they don't, you're unfortunately out of luck._
|
||||
|
||||
You might try a USB-C to hdmi adapter though, maybe that could route the external monitor through the iGPU.
|
||||
You might try a USB-C to HDMI adapter though, maybe that could route the external monitor through the iGPU.
|
||||
|
||||
# How do I screenshot?
|
||||
|
||||
|
@ -261,6 +261,11 @@ to use absolute paths, such as `/home/username/Script` instead of `~/Script`
|
|||
|
||||
Try disabling VFR with `misc:no_vfr=1`.
|
||||
|
||||
# How to disable middle-click paste?
|
||||
|
||||
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.
|
||||
|
||||
# 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. It's
|
||||
|
|
Loading…
Reference in a new issue