dotfiles
1

Configure Feed

Select the types of activity you want to include in your feed.

Add sway gaps

Juan Nunez-Iglesias (Jun 28, 2026, 11:07 PM +0200) 38acfbb3 baebfd21

+8
+8
sway/config
··· 13 13 # Use Mouse+$mod to drag floating windows to their wanted position 14 14 floating_modifier $mod 15 15 16 + # Gaps between tiled windows (the old i3-gaps feature, built into sway). 17 + # `inner` = space between adjacent windows; `outer` = extra space to the screen 18 + # edge (added on top of inner). smart_gaps off keeps the gap even with a single 19 + # window. Tune live without editing: swaymsg gaps inner all set 8 20 + gaps inner 6 21 + gaps outer 0 22 + smart_gaps off 23 + 16 24 # start a terminal 17 25 # PORT: was `exec i3-sensible-terminal` 18 26 bindsym $mod+Return exec $term