improve bindr & wording

This commit is contained in:
NotAShelf 2022-10-23 02:11:53 +03:00
parent 089ccc0379
commit aa7afbc3b7
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
2 changed files with 2 additions and 2 deletions

View file

@ -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
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
# See Mouse Binds section for bindm usage

View file

@ -3,7 +3,7 @@ compositors.
# 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.
There are attempts to add a standard scaling mechanism, such as [MR 733](https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/733).