dotfiles/symlinks/config/sway/config

28 lines
807 B
Plaintext
Raw Normal View History

2021-01-07 08:09:41 +00:00
# Read `man 5 sway` for a complete reference.
2021-01-31 21:45:37 +00:00
exec ~/.azotebg
2021-01-07 08:09:41 +00:00
# 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
2021-03-09 17:39:56 +00:00
for_window [app_id="ulauncher"] border none
for_window [app_id="wofi"] border none
2021-01-07 08:09:41 +00:00
include ~/.config/sway/conf.d/*
2021-01-07 08:09:41 +00:00
include /etc/sway/config.d/*