| |
Before starting sway, there are a few details that should be checked and taken care of:
- install a proper font; otherwise, I only got rectangles instead of letters
- adjust the keyboard layout since sway does not use the configred layout from the os
| |
Then add the line font Fira Mono Medium 11 at the end of the sway config.
The layout can be configured by uncommenting this block (and adjusting the value):
| |
With that, sway should already be useable and start up with sway -c ~/.config/sway/config.
For alacritty, create a config in ~/.config/alacritty/alacritty.toml with the following content:
| |
This results in an already pretty useable base system!