river: Add ability to spawn floating terminal

Can spawn floating terminal with mapping: super+ctrl+return.
This commit is contained in:
Marty Oehme 2023-01-10 13:49:31 +01:00
parent ab14c37aa7
commit cb57e83540
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ riverctl map normal $mod+Shift C close
# Open terminal
riverctl map normal $mod Return spawn "$term"
# Open floating terminal
riverctl map normal $mod+Control Return spawn "$term start --class float"
# Open run menu
riverctl map normal $mod Space spawn "bemenu-run"