···1313# Use Mouse+$mod to drag floating windows to their wanted position
1414floating_modifier $mod
15151616+# Gaps between tiled windows (the old i3-gaps feature, built into sway).
1717+# `inner` = space between adjacent windows; `outer` = extra space to the screen
1818+# edge (added on top of inner). smart_gaps off keeps the gap even with a single
1919+# window. Tune live without editing: swaymsg gaps inner all set 8
2020+gaps inner 6
2121+gaps outer 0
2222+smart_gaps off
2323+1624# start a terminal
1725# PORT: was `exec i3-sensible-terminal`
1826bindsym $mod+Return exec $term