From c3279799d8709b38e57118f25a659fe77223becb Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 7 Jan 2023 14:59:53 +0100 Subject: [PATCH] river: Fix wezterm floating term start --- wayland/.config/river/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wayland/.config/river/init b/wayland/.config/river/init index f079dda..c265a30 100755 --- a/wayland/.config/river/init +++ b/wayland/.config/river/init @@ -59,7 +59,7 @@ riverctl map normal $mod+Shift O spawn "qutedmenu" riverctl map normal $mod+Shift Space spawn "clipman pick --tool=bemenu" # Open floating calculator -riverctl map normal $mod+Shift R spawn "$term --class float -e qalc" +riverctl map normal $mod+Shift R spawn "$term start --class float -e qalc" # Open emoji picker riverctl map normal $mod+Shift E spawn "bemoji -nt" @@ -75,7 +75,7 @@ riverctl map normal $mod+Shift S spawn 'styler set $(styler list themes | bemenu riverctl map normal $mod+Shift P spawn "pass-pick" # File upload -riverctl map normal $mod+Shift U spawn "$term --class float -e sharefile | xargs notify-send" +riverctl map normal $mod+Shift U spawn "$term start --class float -e sharefile | xargs notify-send" # # Screenshot riverctl map normal None Print spawn "screenshot"