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+x" = "exec ${pkgs.light}/bin/light -A 5";
|
||||
|
||||
"${mod}+Shift+1" = "kill";
|
||||
"${mod}+Shift+q" = "kill";
|
||||
"${mod}+Shift+c" = "reload";
|
||||
"${mod}+Shift+e" = "exit";
|
||||
|
||||
|
@ -93,7 +93,7 @@ in {
|
|||
window.border = 1;
|
||||
fonts = {
|
||||
names = ["APL386 Unicode"];
|
||||
style = "Bold";
|
||||
style = "Regular";
|
||||
size = 8.0;
|
||||
};
|
||||
|
||||
|
@ -123,7 +123,7 @@ in {
|
|||
|
||||
fonts = {
|
||||
names = ["APL386 Unicode"];
|
||||
style = "Bold";
|
||||
style = "Regular";
|
||||
size = 8.0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue