Font size fix

This commit is contained in:
Kristofers Solo 2022-05-11 18:16:17 +03:00
parent 417be61583
commit 7efb6f148c
2 changed files with 2 additions and 3 deletions

View File

@ -162,7 +162,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: 11.0 size: 9.0
# Offset is the extra space around each character. `offset.y` can be thought # Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter # of as modifying the line spacing, and `offset.x` as modifying the letter

View File

@ -628,10 +628,9 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- Autostart Applications -- Autostart Applications
awful.spawn.with_shell("picom --experimental-backends") awful.spawn.with_shell("picom --experimental-backends")
awful.spawn.with_shell("feh --bg-scale --no-fehbg ~/.config/wallpapper.png")
awful.spawn.with_shell("libinput-gestures-setup start") awful.spawn.with_shell("libinput-gestures-setup start")
--awful.spawn.with_shell("xrandr --output DisplayPort-0 --mode 1920x1080 --same-as EDp") --awful.spawn.with_shell("xrandr --output DisplayPort-0 --mode 1920x1080 --same-as EDp")
awful.spawn.with_shell("dropbox") awful.spawn.with_shell("dropbox")
awful.spawn.with_shell("flameshot") awful.spawn.with_shell("flameshot")
awful.spawn.with_shell(" /usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/pipewire-media-session") -- awful.spawn.with_shell(" /usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/pipewire-media-session")
awful.spawn.with_shell("setxkbmap lv") awful.spawn.with_shell("setxkbmap lv")