From cb57e8354066a2014a9ee6879d7d21c3c4867af8 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 10 Jan 2023 13:49:31 +0100 Subject: [PATCH] river: Add ability to spawn floating terminal Can spawn floating terminal with mapping: super+ctrl+return. --- desktop/.config/river/init | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop/.config/river/init b/desktop/.config/river/init index 6d2ed52..151c69d 100755 --- a/desktop/.config/river/init +++ b/desktop/.config/river/init @@ -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"