diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-22 11:37:22 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-22 11:37:22 -0600 |
commit | b36021a87da7977feb64a54466d76913e8f3f0d6 (patch) | |
tree | 7b52e86da0e29b49ed4b3be2d9ac7f810f519e78 /config/linux/sway | |
parent | eeca522d3800739852ece19a46161fedeefb7cc2 (diff) |
lots of intermingled changes
- switch to cascadia as monospace font
- switch to fontawesome for waybar icons
- dircolors readability improvements
- foot terminal on linux
- waybar visual tweaks
- deploy script improvements
Diffstat (limited to 'config/linux/sway')
-rw-r--r-- | config/linux/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/linux/sway/config b/config/linux/sway/config index ae737ea..7674e1d 100644 --- a/config/linux/sway/config +++ b/config/linux/sway/config @@ -8,14 +8,14 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term kitty +set $term foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. #set $menu dmenu_path | dmenu | xargs swaymsg exec -- set $menu wofi --show=drun | xargs swaymsg exec -- -font JetBrainsMono Nerd Font Mono 9 +font Noto Sans 9 default_border pixel 1 smart_borders on |