Changed some things in an attempt to fix waybar keyboard layout.

This commit is contained in:
vorboyvo 2024-05-06 17:47:19 -04:00
parent dc91c60ecf
commit 6962b5d3f4
2 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@ in {
click_method = "clickfinger"; click_method = "clickfinger";
scroll_factor = "0.5"; scroll_factor = "0.5";
}; };
"*" = { "type:keyboard" = {
xkb_layout = "ca,ca"; xkb_layout = "ca,ca";
xkb_variant = ",eng"; xkb_variant = ",eng";
}; };

View file

@ -79,11 +79,11 @@ in {
icon-size = 20; icon-size = 20;
spacing = 5; spacing = 5;
}; };
"sway/language" = { # "sway/language" = {
format = "eriuu"; # format = "eriuu";
tooltip-format = "boofer"; # tooltip-format = "boofer";
on-click = ''swaymsg input "*" xkb_switch_layout next''; # on-click = ''swaymsg input "*" xkb_switch_layout next'';
}; # };
clock = { clock = {
interval = 1; interval = 1;
format = "<span size='10pt' font='Red Hat Mono'>{:L%H:%M:%S %a %F}</span>"; format = "<span size='10pt' font='Red Hat Mono'>{:L%H:%M:%S %a %F}</span>";