From aa7afbc3b72dd3bc837bd3da4b0e4a71857027a8 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 23 Oct 2022 02:11:53 +0300 Subject: [PATCH] improve bindr & wording --- pages/Configuring/Binds.md | 2 +- pages/Configuring/XWayland.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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).