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
c4e417d5e8
commit
c3ac3b3f83
1 changed files with 6 additions and 6 deletions
|
@ -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")
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue