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"