mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
improve bindr & wording
This commit is contained in:
parent
089ccc0379
commit
aa7afbc3b7
2 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ binde=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
# Example volume button that will activate even while an input inhibitor is active
|
# Example volume button that will activate even while an input inhibitor is active
|
||||||
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
|
|
||||||
# Start wofi on hold and kill it on release
|
# Start wofi opens wofi on first press, closes it on second
|
||||||
bindr=SUPER, SUPER_L, exec, pkill wofi || wofi
|
bindr=SUPER, SUPER_L, exec, pkill wofi || wofi
|
||||||
|
|
||||||
# See Mouse Binds section for bindm usage
|
# See Mouse Binds section for bindm usage
|
||||||
|
|
|
@ -3,7 +3,7 @@ compositors.
|
||||||
|
|
||||||
# HiDPI XWayland
|
# HiDPI XWayland
|
||||||
|
|
||||||
Currently, XWayland on HiDPI screens looks pixelated/blurry, due to Xorg's
|
XWayland currently looks pixelated/blurry on HiDPI screens, due to Xorg's
|
||||||
inability to scale.
|
inability to scale.
|
||||||
There are attempts to add a standard scaling mechanism, such as [MR 733](https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/733).
|
There are attempts to add a standard scaling mechanism, such as [MR 733](https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/733).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue