From 73d15935f390badeaaab46af05b26a5306fb0be7 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Thu, 4 Nov 2021 13:00:39 -0400 Subject: [PATCH] bump --- .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 ecbf698..16ff079 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -102,7 +102,7 @@ keys = [ # CONTROL + SHIFT KEYS Key([mod2, "shift"], "Escape", lazy.spawn("lxtask")), # SCREENSHOTS - Key([], "Print", lazy.spawn("flameshot full -p " + home + "/Pictures/Screenshots")), + Key([], "Print", lazy.spawn("flameshot gui -p " + home + "/Pictures/Screenshots")), Key( [mod2], "Print",