15 lines
327 B
Plaintext
15 lines
327 B
Plaintext
# Read `man 5 sway` for a complete reference.
|
|
|
|
# Font for window titles. Will also be used by the bar unless a different font
|
|
# is used in the bar {} block below.
|
|
font pango:Cantarell 12px
|
|
|
|
# Set up gaps
|
|
gaps inner 10
|
|
gaps outer 5
|
|
smart_gaps on
|
|
default_border none
|
|
|
|
include ~/.config/sway/conf.d/*
|
|
include /etc/sway/config.d/*
|