mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2024-11-24 16:28:59 -05:00
Swap to thunar
This commit is contained in:
parent
456684cd57
commit
75085fcb07
@ -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("pcmanfm")),
|
||||
Key([mod, "shift"], "Return", lazy.spawn("thunar")),
|
||||
Key(
|
||||
[mod, "shift"],
|
||||
"s",
|
||||
@ -97,7 +97,7 @@ keys = [
|
||||
# ALT + ... KEYS
|
||||
Key(["mod1"], "p", lazy.spawn("pamac-manager")),
|
||||
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")),
|
||||
# CONTROL + SHIFT KEYS
|
||||
Key([mod2, "shift"], "Escape", lazy.spawn("lxtask")),
|
||||
|
Loading…
Reference in New Issue
Block a user