aboutsummaryrefslogtreecommitdiff
path: root/linux/qtile/config/keys.m4.py
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2024-02-16 08:47:38 +0100
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2024-02-16 08:47:38 +0100
commit3322e2263a03d6c62e65bd5224723ce0f4dad145 (patch)
treed50fe0df094ab857f07ef894e9084fc9d8c9a0a9 /linux/qtile/config/keys.m4.py
parentbf5df2e802df4a46378855fd7ef0b0a4979d8c27 (diff)
downloaddotfiles-3322e2263a03d6c62e65bd5224723ce0f4dad145.tar.gz
dotfiles-3322e2263a03d6c62e65bd5224723ce0f4dad145.zip
general
Diffstat (limited to 'linux/qtile/config/keys.m4.py')
-rw-r--r--linux/qtile/config/keys.m4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/qtile/config/keys.m4.py b/linux/qtile/config/keys.m4.py
index 3e57667..77e4f9b 100644
--- a/linux/qtile/config/keys.m4.py
+++ b/linux/qtile/config/keys.m4.py
@@ -44,7 +44,7 @@ keys = [
Key([mod, "control", "shift"], "c", lazy.restart(), desc="Restart QTile"),
Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown Qtile"),
Key([mod], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"),
- Key([mod], "l", lazy.spawn("xsecurelock"), desc="Toggle floating on the focused window"),
+ Key([mod1], "l", lazy.spawn("xsecurelock"), desc="Toggle floating on the focused window"),
#Key([mod], 'd', lazy.run_extension(extension.DmenuRun(
# dmenu_ignorecase=True,
# dmenu_font="Andika-8",