From 7efb6f148c6aff2c81fbdcd9cfd501ed24161717 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Wed, 11 May 2022 18:16:17 +0300 Subject: [PATCH] Font size fix --- .config/alacritty/alacritty.yml | 2 +- .config/awesome/rc.lua | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 5f4317be..af8656aa 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -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 diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index fb58b3c4..739a92d9 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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")