Compare commits

...

2 commits

Author SHA1 Message Date
a0f204156e Rework titlebar size 2023-05-23 22:00:05 +02:00
e07882246d Force home monitors refrech rates
Avoid KVM problem
2023-05-23 21:59:30 +02:00
2 changed files with 5 additions and 4 deletions

View file

@ -7,10 +7,10 @@ sway_outputs:
- id: 'iiyama_27_4k_h' - id: 'iiyama_27_4k_h'
name: 'Iiyama North America PL2792UH 1166310803122' name: 'Iiyama North America PL2792UH 1166310803122'
status: absent status: absent
mode: 3840x2160 mode: 3840x2160@59.997Hz
scale: 2 scale: 2
- id: 'iiyama_27_4k_v' - id: 'iiyama_27_4k_v'
name: 'Iiyama North America PL2792UH 1176923201598' name: 'Iiyama North America PL2792UH 1176923201598'
status: absent status: absent
mode: 3840x2160 mode: 3840x2160@59.997Hz
scale: 2 scale: 2

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 |"'