diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index d893308..cd941c9 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -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 diff --git a/pages/Configuring/XWayland.md b/pages/Configuring/XWayland.md index 83a66d7..d179b9c 100644 --- a/pages/Configuring/XWayland.md +++ b/pages/Configuring/XWayland.md @@ -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).