So, Im slowly learning lua, awesomewm, and how to configure my os. Now I have a beautiful terminal, but it has no padding, so characters basically touch the edge and its not very aesthetic. Im not sure if I should configure my rc.lua (awesomewm config file) or the alacritty config file. Here is a picture.
https://i.stack.imgur.com/la5AV.png
EDIT:
¦ -- Terminal config
¦ {
¦ ¦ rule_any = {
¦ ¦ ¦ class = {
¦ ¦ ¦ ¦ "Alacritty",
¦ ¦ ¦ },
¦ ¦ }, properties = {beautiful.useless_gap = 200}
¦ },
I just tried this snippet but it returns an error.
You're likely looking for Alacritty's padding options.
Increasing
gaps in Awesome will increase the space between windows, but it won't change anything about what a single window renders inside its boundaries.