feat(wezterm): add module for wezterm
Enable it for `homix`
This commit is contained in:
parent
0fac8b394e
commit
bd2df72ebc
7 changed files with 217 additions and 30 deletions
|
@ -1,7 +1,10 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
# Super+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
|
||||
riverctl map normal Super Return spawn foot
|
||||
# # Super+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
|
||||
# riverctl map normal Super Return spawn foot
|
||||
|
||||
# Super+Return to start an instance of wezterm
|
||||
riverctl map normal Super Return spawn wezterm
|
||||
|
||||
# Super+Q to close the focused view
|
||||
riverctl map normal Super Q close
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue