Rework titlebar size

This commit is contained in:
Yorick Barbanneau 2023-05-23 22:00:05 +02:00
parent e07882246d
commit a0f204156e

View file

@ -5,9 +5,10 @@ sway_theme_parameters:
gaps: 'inner 2' gaps: 'inner 2'
smart_gaps: 'on' smart_gaps: 'on'
smart_borders: 'on' smart_borders: 'on'
font: 'pango:Fira Code Nerd Font Mono 10' font: 'pango:Fira Code Nerd Font Mono 8'
default_border: 'pixel 1' default_border: 'pixel 1'
default_floating_border: 'pixel 1' default_floating_border: 'pixel 2'
titlebar_padding: '3'
title_align: 'right' title_align: 'right'
for_window: '[title=".*"] title_format "%title |"' for_window: '[title=".*"] title_format "%title |"'