From 79be284e7db7386998af31e04db6bc0b2fe1f315 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 22 Aug 2023 19:45:44 +0200 Subject: [PATCH] pinwheel: Set font (and font size) for `bemenu-run` --- hosts/pinwheel/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index cc01af7..8043456 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -204,7 +204,7 @@ "$mod SHIFT, x, exec, systemctl suspend" "$mod, RETURN, exec, ${pkgs.foot}/bin/foot" - "$mod, SPACE, exec, bemenu-run" + "$mod, SPACE, exec, bemenu-run --fn 'DejaVuSansM Nerd Font Mono 14'" "$mod, ESCAPE, killactive"