diff options
author | sefidel <contact@sefidel.net> | 2022-01-25 09:45:22 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-25 09:45:22 +0900 |
commit | 3031fbd6a92ff1e4d16c67d8390055aff7da31f8 (patch) | |
tree | 732cbd45cad30d18b67e8de0e32b3307330fdd31 /home/profiles/base/config/sway.nix | |
parent | 371775643fb5bcb1a5376f99aa456037c064a6b8 (diff) | |
download | nixrc-3031fbd6a92ff1e4d16c67d8390055aff7da31f8.tar.gz nixrc-3031fbd6a92ff1e4d16c67d8390055aff7da31f8.zip |
home/base: use good ol dina
Diffstat (limited to 'home/profiles/base/config/sway.nix')
-rw-r--r-- | home/profiles/base/config/sway.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |