1
0
Fork 0
mirror of https://gitlab.com/dwt1/dotfiles.git synced 2023-02-13 20:55:19 -05:00

Minor edits.

This commit is contained in:
Derek Taylor 2019-09-07 19:22:48 -05:00
parent c4e417d5e8
commit c3ac3b3f83

View file

@ -182,32 +182,32 @@ def init_keys():
Key(
[mod, "shift"], "e",
[mod1, "control"], "e",
# lazy.spawncmd()
lazy.spawn("./.dmenu/dmenu-edit-configs.sh")
),
Key(
[mod, "shift"], "m",
[mod1, "control"], "m",
# lazy.spawncmd()
lazy.spawn("./.dmenu/dmenu-sysmon.sh")
),
Key(
[mod, "shift"], "p",
[mod1, "control"], "p",
# lazy.spawncmd()
lazy.spawn("passmenu")
),
Key(
[mod, "shift"], "r",
[mod1, "control"], "r",
# lazy.spawncmd()
lazy.spawn("./.dmenu/dmenu-reddio.sh")
),
Key(
[mod, "shift"], "s",
[mod1, "control"], "s",
# lazy.spawncmd()
lazy.spawn("./.dmenu/dmenu-surfraw.sh")
),
Key(
[mod, "shift"], "t",
[mod1, "control"], "t",
# lazy.spawncmd()
lazy.spawn("./.dmenu/dmenu-trading.sh")
),