aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.profile
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-06-07 00:55:02 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-06-07 00:55:02 +0300
commit182cb9918352e93047d0fcc8c38048c61b3d4dfd (patch)
tree4a2d48fccb72a871170837b39cd1ff4d94976dea /dotfiles/.profile
parent58e22e07452056f8ca971f879a96dc1c7444b4cf (diff)
downloadswayrice-182cb9918352e93047d0fcc8c38048c61b3d4dfd.tar.gz
swayrice-182cb9918352e93047d0fcc8c38048c61b3d4dfd.zip
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.
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r--dotfiles/.profile4
1 files changed, 3 insertions, 1 deletions
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!'