From 182cb9918352e93047d0fcc8c38048c61b3d4dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= 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/.config/qutebrowser/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles/.config/qutebrowser') diff --git a/dotfiles/.config/qutebrowser/config.py b/dotfiles/.config/qutebrowser/config.py index bcf1139..4990cea 100644 --- a/dotfiles/.config/qutebrowser/config.py +++ b/dotfiles/.config/qutebrowser/config.py @@ -28,7 +28,7 @@ ultramar = { 'green': '#6d974b' } -c.editor.command = [ "foot", "nvim", "{file}", "+normal {line}G{column0}l", ] +c.editor.command = [ "alacritty", "-e", "nvim", "{file}", "+normal {line}G{column0}l", ] ## Notifications for websites are retarded @@ -80,7 +80,7 @@ c.url.start_pages = "https://takeoff.mriya.space/" c.fonts.default_size = "10pt" ## Prefer dark mode in websites that support it -c.colors.webpage.preferred_color_scheme = "auto" +c.colors.webpage.preferred_color_scheme = "dark" ## Background color of the completion widget category headers. ## Type: QssColor -- cgit v1.2.3