fix sway fonts and keybinds

This commit is contained in:
buffet 2024-01-21 14:22:13 +01:00
parent e189b8fd4e
commit a46b79b524

View file

@ -44,7 +44,7 @@ in {
"${mod}+Shift+z" = "exec ${pkgs.light}/bin/light -U 5"; "${mod}+Shift+z" = "exec ${pkgs.light}/bin/light -U 5";
"${mod}+Shift+x" = "exec ${pkgs.light}/bin/light -A 5"; "${mod}+Shift+x" = "exec ${pkgs.light}/bin/light -A 5";
"${mod}+Shift+1" = "kill"; "${mod}+Shift+q" = "kill";
"${mod}+Shift+c" = "reload"; "${mod}+Shift+c" = "reload";
"${mod}+Shift+e" = "exit"; "${mod}+Shift+e" = "exit";
@ -93,7 +93,7 @@ in {
window.border = 1; window.border = 1;
fonts = { fonts = {
names = ["APL386 Unicode"]; names = ["APL386 Unicode"];
style = "Bold"; style = "Regular";
size = 8.0; size = 8.0;
}; };
@ -123,7 +123,7 @@ in {
fonts = { fonts = {
names = ["APL386 Unicode"]; names = ["APL386 Unicode"];
style = "Bold"; style = "Regular";
size = 8.0; size = 8.0;
}; };