diff options
author | sefidel <contact@sefidel.net> | 2022-01-24 23:06:41 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-24 23:06:41 +0900 |
commit | e4ec7212718a6b05910bbc3e403c19acc1a8af9f (patch) | |
tree | 0b28b3c6e5bf6349949d11c6e46d4fcfda069632 /home/profiles/base/config/sway.nix | |
parent | 64d5e4944acee5747772e0b93bd0e7c8fb8feeaa (diff) | |
download | nixrc-e4ec7212718a6b05910bbc3e403c19acc1a8af9f.tar.gz nixrc-e4ec7212718a6b05910bbc3e403c19acc1a8af9f.zip |
home: use terminus
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 744133d..a08f204 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 'cherry 13px' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'" + set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'Terminus 14px' -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:cherry 10" + font "pango:Terminus 11" # window rules for_window [window_role="pop-up"] floating enable |