mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2025-02-17 18:03:08 -05:00
Compare commits
No commits in common. "73d15935f390badeaaab46af05b26a5306fb0be7" and "456684cd57f71fc859cac3df9c0b28b2662d7681" have entirely different histories.
73d15935f3
...
456684cd57
@ -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("thunar")),
|
||||
Key([mod, "shift"], "Return", lazy.spawn("pcmanfm")),
|
||||
Key(
|
||||
[mod, "shift"],
|
||||
"s",
|
||||
@ -97,12 +97,12 @@ keys = [
|
||||
# ALT + ... KEYS
|
||||
Key(["mod1"], "p", lazy.spawn("pamac-manager")),
|
||||
Key(["mod1"], "f", lazy.spawn("waterfox-g3")),
|
||||
Key(["mod1"], "m", lazy.spawn("thunar")),
|
||||
Key(["mod1"], "m", lazy.spawn("pcmanfm")),
|
||||
Key(["mod1"], "w", lazy.spawn("garuda-welcome")),
|
||||
# CONTROL + SHIFT KEYS
|
||||
Key([mod2, "shift"], "Escape", lazy.spawn("lxtask")),
|
||||
# SCREENSHOTS
|
||||
Key([], "Print", lazy.spawn("flameshot gui -p " + home + "/Pictures/Screenshots")),
|
||||
Key([], "Print", lazy.spawn("flameshot full -p " + home + "/Pictures/Screenshots")),
|
||||
Key(
|
||||
[mod2],
|
||||
"Print",
|
||||
|
Loading…
x
Reference in New Issue
Block a user