This commit is contained in:
Rain Clark 2021-11-04 13:00:39 -04:00
parent 75085fcb07
commit 73d15935f3

View File

@ -102,7 +102,7 @@ keys = [
# CONTROL + SHIFT KEYS # CONTROL + SHIFT KEYS
Key([mod2, "shift"], "Escape", lazy.spawn("lxtask")), Key([mod2, "shift"], "Escape", lazy.spawn("lxtask")),
# SCREENSHOTS # SCREENSHOTS
Key([], "Print", lazy.spawn("flameshot full -p " + home + "/Pictures/Screenshots")), Key([], "Print", lazy.spawn("flameshot gui -p " + home + "/Pictures/Screenshots")),
Key( Key(
[mod2], [mod2],
"Print", "Print",