From a46b79b5243956b082a1c11397c4749a88c2c4f2 Mon Sep 17 00:00:00 2001 From: buffet Date: Sun, 21 Jan 2024 14:22:13 +0100 Subject: [PATCH] fix sway fonts and keybinds --- users/buffet/sway.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/buffet/sway.nix b/users/buffet/sway.nix index 91b12bd..aac20dc 100644 --- a/users/buffet/sway.nix +++ b/users/buffet/sway.nix @@ -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; };