Alacritty Scaling when updating

This commit is contained in:
Thomas Avé 2022-07-21 18:34:20 +02:00
parent 4be245f9fd
commit 767679ab52
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ top_panel.create = function(s)
client.connect_signal("focus", change_panel_visibility)
updates_indicator:connect_signal("button::press", function(c, _, _, button)
awful.spawn('alacritty -e bash -c "yay ; echo \'\nDone, press any key to exit...\' ; read"')
awful.spawn('bash -c "WINIT_X11_SCALE_FACTOR=1 alacritty -e bash -c \"yay ; echo \'\\nDone, press any key to exit...\' ; read\""')
end)
updates_indicator:connect_signal("mouse::enter", function(c) c:set_bg(theme.bg_normal .. "99") end)