river: Add ability to spawn floating terminal
Can spawn floating terminal with mapping: super+ctrl+return.
This commit is contained in:
parent
ab14c37aa7
commit
cb57e83540
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ riverctl map normal $mod+Shift C close
|
||||||
|
|
||||||
# Open terminal
|
# Open terminal
|
||||||
riverctl map normal $mod Return spawn "$term"
|
riverctl map normal $mod Return spawn "$term"
|
||||||
|
# Open floating terminal
|
||||||
|
riverctl map normal $mod+Control Return spawn "$term start --class float"
|
||||||
|
|
||||||
# Open run menu
|
# Open run menu
|
||||||
riverctl map normal $mod Space spawn "bemenu-run"
|
riverctl map normal $mod Space spawn "bemenu-run"
|
||||||
|
|
Loading…
Reference in a new issue