From 7cc3ed7e7f796a91622d72aab3c7aefcc9a48d25 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Fri, 24 Nov 2023 12:02:45 +0400 Subject: [PATCH] Change 'mod' to Mod4 --- etc/skel/.config/qtile/keybindings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/skel/.config/qtile/keybindings.py b/etc/skel/.config/qtile/keybindings.py index b75f538..b5895f0 100644 --- a/etc/skel/.config/qtile/keybindings.py +++ b/etc/skel/.config/qtile/keybindings.py @@ -5,7 +5,7 @@ from libqtile.config import Key from libqtile.command import lazy -mod = "mod1" +mod = "mod4" terminal = "alacritty" keys = [