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:20:38 -05:00
parent d36324d1e6
commit c4e417d5e8

View file

@ -196,11 +196,21 @@ def init_keys():
# lazy.spawncmd()
lazy.spawn("passmenu")
),
Key(
[mod, "shift"], "r",
# lazy.spawncmd()
lazy.spawn("./.dmenu/dmenu-reddio.sh")
),
Key(
[mod, "shift"], "s",
# lazy.spawncmd()
lazy.spawn("./.dmenu/dmenu-surfraw.sh")
),
Key(
[mod, "shift"], "t",
# lazy.spawncmd()
lazy.spawn("./.dmenu/dmenu-trading.sh")
),
Key(