From e07882246da312cef9f631ec8e6354928e06d59a Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 23 May 2023 21:59:30 +0200 Subject: [PATCH 1/2] Force home monitors refrech rates Avoid KVM problem --- group_vars/all/output.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/all/output.yml b/group_vars/all/output.yml index dc71cf4..f478ece 100644 --- a/group_vars/all/output.yml +++ b/group_vars/all/output.yml @@ -7,10 +7,10 @@ sway_outputs: - id: 'iiyama_27_4k_h' name: 'Iiyama North America PL2792UH 1166310803122' status: absent - mode: 3840x2160 + mode: 3840x2160@59.997Hz scale: 2 - id: 'iiyama_27_4k_v' name: 'Iiyama North America PL2792UH 1176923201598' status: absent - mode: 3840x2160 + mode: 3840x2160@59.997Hz scale: 2 From a0f204156edd68edd532c2e3a02564089ae44796 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 23 May 2023 22:00:05 +0200 Subject: [PATCH 2/2] Rework titlebar size --- group_vars/all/theme.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/group_vars/all/theme.yml b/group_vars/all/theme.yml index 7846915..4a7a21d 100644 --- a/group_vars/all/theme.yml +++ b/group_vars/all/theme.yml @@ -5,9 +5,10 @@ sway_theme_parameters: gaps: 'inner 2' smart_gaps: '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_floating_border: 'pixel 1' + default_floating_border: 'pixel 2' + titlebar_padding: '3' title_align: 'right' for_window: '[title=".*"] title_format "%title |"'