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",