river: Fix wezterm floating term start
This commit is contained in:
parent
c49d87722c
commit
c3279799d8
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue