From add5e60e006f6e8abdff9a0b00581243aedcec1b Mon Sep 17 00:00:00 2001 From: elenapan Date: Tue, 1 Apr 2025 17:10:35 +0300 Subject: [PATCH] sway: Fix comments --- config/sway/keys | 2 +- config/sway/output | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sway/keys b/config/sway/keys index fd8dfb9..7dd6af7 100644 --- a/config/sway/keys +++ b/config/sway/keys @@ -60,7 +60,7 @@ bindsym --to-code { # Smart focus # - Cycle focus right if current layout is tabbed / splith # - Cycle focus down if current layout is stacked / splitv - # - change focus from floating to tiling layer otherwise + # - Change focus from floating to tiling layer otherwise $mod+Tab exec $sway/smart-focus-change next # Reverse direction with shift $mod+Shift+Tab exec $sway/smart-focus-change prev diff --git a/config/sway/output b/config/sway/output index 4cc7fdc..cc332e3 100644 --- a/config/sway/output +++ b/config/sway/output @@ -19,8 +19,8 @@ output eDP-1 { max_render_time 3 - # Temporarily turning VRR off due to this bug: - # https://gitlab.freedesktop.org/drm/amd/-/issues/2186 + # Set to off if affected by https://gitlab.freedesktop.org/drm/amd/-/issues/2186 + # Problems were reported with the vulkan renderer # Also relevant: https://github.com/swaywm/sway/issues/7411 adaptive_sync off