From 182cb9918352e93047d0fcc8c38048c61b3d4dfd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Fri, 7 Jun 2024 00:55:02 +0300
Subject: terminal: return to Alacritty

I haven't actively used my trusty old X200 in more than a year, and I
really did miss Alacritty's font rendering and features, namely config
hot-reload.
---
 dotfiles/.profile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'dotfiles/.profile')

diff --git a/dotfiles/.profile b/dotfiles/.profile
index 673ab4e..a675b1a 100644
--- a/dotfiles/.profile
+++ b/dotfiles/.profile
@@ -10,6 +10,8 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION=0
 export QT_QPA_PLATFORMTHEME="qt5ct"
 export _JAVA_AWT_WM_NONREPARENTING=1
 export MOZ_ENABLE_WAYLAND=1
+# Fixes Qt's webview scaling
+export QT_SCALE_FACTOR_ROUNDING_POLICY=RoundPreferFloor
 
 # Input method
 export GTK_IM_MODULE=fcitx
@@ -19,7 +21,7 @@ export XMODIFIERS='@im=fcitx'
 
 # User-specific environment and startup programs:
 export LANG=en_US.UTF-8
-export TERMINAL=foot
+export TERMINAL=alacritty
 export EDITOR="nvim"
 export PAGER="less -R -j.5"
 export MANPAGER='nvim +Man!'
-- 
cgit v1.2.3