mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
sway: Fix comments
This commit is contained in:
parent
e8ff3f537f
commit
add5e60e00
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue