mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Font size fix
This commit is contained in:
parent
417be61583
commit
7efb6f148c
@ -162,7 +162,7 @@ font:
|
||||
style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 11.0
|
||||
size: 9.0
|
||||
|
||||
# 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
|
||||
|
||||
@ -628,10 +628,9 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
|
||||
|
||||
-- Autostart Applications
|
||||
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("xrandr --output DisplayPort-0 --mode 1920x1080 --same-as EDp")
|
||||
awful.spawn.with_shell("dropbox")
|
||||
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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user