From 75085fcb075d3e622700d8396aeb82cbc78b113d Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Thu, 4 Nov 2021 06:55:52 -0400 Subject: [PATCH] Swap to thunar --- .config/qtile/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index af5cb19..ecbf698 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -73,7 +73,7 @@ keys = [ Key([mod], "KP_Enter", lazy.spawn("kitty")), Key([mod], "x", lazy.shutdown()), # SUPER + SHIFT KEYS - Key([mod, "shift"], "Return", lazy.spawn("pcmanfm")), + Key([mod, "shift"], "Return", lazy.spawn("thunar")), Key( [mod, "shift"], "s", @@ -97,7 +97,7 @@ keys = [ # ALT + ... KEYS Key(["mod1"], "p", lazy.spawn("pamac-manager")), Key(["mod1"], "f", lazy.spawn("waterfox-g3")), - Key(["mod1"], "m", lazy.spawn("pcmanfm")), + Key(["mod1"], "m", lazy.spawn("thunar")), Key(["mod1"], "w", lazy.spawn("garuda-welcome")), # CONTROL + SHIFT KEYS Key([mod2, "shift"], "Escape", lazy.spawn("lxtask")),