mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
formatting
This commit is contained in:
parent
259e72135b
commit
e2d4765389
1 changed files with 10 additions and 5 deletions
|
@ -254,9 +254,9 @@ You can simply intercept the middle-click action all together, via hyprland bind
|
||||||
|
|
||||||
**_Useful Optimizations_**:
|
**_Useful Optimizations_**:
|
||||||
|
|
||||||
* `decoration:blur = false` and `decoration:drop_shadow = false` to disable fancy but battery hungry effects.
|
- `decoration:blur = false` and `decoration:drop_shadow = false` to disable fancy but battery hungry effects.
|
||||||
|
|
||||||
* `misc:vfr = true`, since it'll lower the amount of sent frames when nothing is happening on-screen.
|
- `misc:vfr = true`, since it'll lower the amount of sent frames when nothing is happening on-screen.
|
||||||
|
|
||||||
# How to fix games with window dancing?
|
# How to fix games with window dancing?
|
||||||
|
|
||||||
|
@ -335,4 +335,9 @@ windowrulev2 = minsize 1 1, title:^(TITLE)$, class:^(CLASS)$
|
||||||
|
|
||||||
# Steam's file picker no worky
|
# Steam's file picker no worky
|
||||||
|
|
||||||
On instances where you have a steam library on another drive that you have to add, the Hyprland's file picker would not normally appear when selecting a directory from steam. Steam have its own file picker, however, it's not functional. Install `xdg-desktop-portal-gtk` to show the desktop's file picker.
|
On instances where you have a steam library on another drive that you have
|
||||||
|
to add, Hyprland's file picker would not normally appear when selecting
|
||||||
|
a directory from steam.
|
||||||
|
|
||||||
|
Steam have its own file picker, however, it's not functional. Install
|
||||||
|
`xdg-desktop-portal-gtk` to show the desktop's file picker.
|
||||||
|
|
Loading…
Reference in a new issue