Compare commits

...

2 Commits

Author SHA1 Message Date
73d15935f3 bump 2021-11-04 13:04:33 -04:00
75085fcb07 Swap to thunar 2021-11-04 06:55:52 -04:00

View File

@ -73,7 +73,7 @@ keys = [
Key([mod], "KP_Enter", lazy.spawn("kitty")), Key([mod], "KP_Enter", lazy.spawn("kitty")),
Key([mod], "x", lazy.shutdown()), Key([mod], "x", lazy.shutdown()),
# SUPER + SHIFT KEYS # SUPER + SHIFT KEYS
Key([mod, "shift"], "Return", lazy.spawn("pcmanfm")), Key([mod, "shift"], "Return", lazy.spawn("thunar")),
Key( Key(
[mod, "shift"], [mod, "shift"],
"s", "s",
@ -97,12 +97,12 @@ keys = [
# ALT + ... KEYS # ALT + ... KEYS
Key(["mod1"], "p", lazy.spawn("pamac-manager")), Key(["mod1"], "p", lazy.spawn("pamac-manager")),
Key(["mod1"], "f", lazy.spawn("waterfox-g3")), 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")), Key(["mod1"], "w", lazy.spawn("garuda-welcome")),
# 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",