From 1c72237e6188c40537d17439170e864204408f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=85=A4=20=E3=85=A4?= Date: Tue, 8 Mar 2022 21:42:25 +0000 Subject: [PATCH] Fix typo in comment for browser, not terminal. --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 60658b8..c4047ac 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -13,7 +13,7 @@ from typing import List # noqa: F401from typing import List # noqa: F401 mod = "mod4" # Sets mod key to SUPER/WINDOWS myTerm = "alacritty" # My terminal of choice -myBrowser = "qutebrowser" # My terminal of choice +myBrowser = "qutebrowser" # My browser of choice keys = [ ### The essentials