diff options
Diffstat (limited to 'sway/.config')
| -rw-r--r-- | sway/.config/sway/redwood | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sway/.config/sway/redwood b/sway/.config/sway/redwood index 436839d..be6ba57 100644 --- a/sway/.config/sway/redwood +++ b/sway/.config/sway/redwood @@ -1,7 +1,11 @@ # Sway configuration for "redwood" (Framework Laptop 13) -# https://github.com/swaywm/sway/issues/4174 -output eDP-1 scale 1.2638655 +output eDP-1 { + scale 2 + adaptive_sync on +} +seat seat0 xcursor_theme Adwaita 16 +exec gsettings set org.gnome.desktop.interface cursor-size 16 bindgesture swipe:right workspace prev bindgesture swipe:left workspace next |
