From 3031fbd6a92ff1e4d16c67d8390055aff7da31f8 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 25 Jan 2022 09:45:22 +0900 Subject: home/base: use good ol dina --- home/profiles/base/config/sway.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/profiles/base/config/sway.nix') diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index a08f204..e9c7c72 100644 --- a/home/profiles/base/config/sway.nix +++ b/home/profiles/base/config/sway.nix @@ -20,7 +20,7 @@ with neotheme.colors; bindsym $mod+Return exec $term # set menu - set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'Terminus 14px' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'" + set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'Dina 13px' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'" bindsym $mod+d exec $menu # set screenshot util @@ -63,7 +63,7 @@ with neotheme.colors; # kill focused bindsym $mod+w kill - font "pango:Terminus 11" + font "pango:Dina 10" # window rules for_window [window_role="pop-up"] floating enable -- cgit 1.4.1