dotfiles/symlinks/config/sway/config

27 lines
857 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
# Floating exceptions
for_window [window_role="pop-up"] floating enable
for_window [window_role="bubble"] floating enable
for_window [window_role="task_dialog"] floating enable
for_window [window_role="Preferences"] floating enable
for_window [window_type="dialog"] floating enable
for_window [window_type="menu"] floating enable
for_window [window_role="About"] floating enable
for_window [app_id="ulauncher"] border none
for_window [app_id="wofi"] border none
for_window [title="Firefox — Sharing Indicator"] floating enable
include ~/.config/sway/conf.d/*
include /etc/sway/config.d/*