From fdfe0e8f67e5d6dd0a49b4aa630aebdebdd405b0 Mon Sep 17 00:00:00 2001 From: ziro Date: Mon, 13 Apr 2020 10:51:04 +0700 Subject: [PATCH] + Removed duplicated line of code --- .config/qtile/keys.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/qtile/keys.py b/.config/qtile/keys.py index c52f696..6f625df 100755 --- a/.config/qtile/keys.py +++ b/.config/qtile/keys.py @@ -1,7 +1,6 @@ from libqtile.config import key, screen, group, drag, click, match from libqtile.command import lazy -mod = 'mod4' mod = "mod4" # Sets mod key to SUPER/WINDOWS myTerm = "urxvt" # My terminal of choice myConfig = "/home/ziro/.config/qtile/config.py" # Qtile config file location