river: Fix wezterm floating term start

This commit is contained in:
Marty Oehme 2023-01-07 14:59:53 +01:00
parent c49d87722c
commit c3279799d8
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9

View file

@ -59,7 +59,7 @@ riverctl map normal $mod+Shift O spawn "qutedmenu"
riverctl map normal $mod+Shift Space spawn "clipman pick --tool=bemenu" riverctl map normal $mod+Shift Space spawn "clipman pick --tool=bemenu"
# Open floating calculator # 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 # Open emoji picker
riverctl map normal $mod+Shift E spawn "bemoji -nt" 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" riverctl map normal $mod+Shift P spawn "pass-pick"
# File upload # 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 # # Screenshot
riverctl map normal None Print spawn "screenshot" riverctl map normal None Print spawn "screenshot"