mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Minor edits.
This commit is contained in:
parent
d36324d1e6
commit
c4e417d5e8
1 changed files with 10 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue