fix sway fonts and keybinds
This commit is contained in:
parent
e189b8fd4e
commit
a46b79b524
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue