diff --git a/wayland/.config/river/init b/wayland/.config/river/init index 853b532..d6e214d 100755 --- a/wayland/.config/river/init +++ b/wayland/.config/river/init @@ -48,16 +48,20 @@ riverctl map normal $mod backspace spawn "powermenu" # Open Bookmark search riverctl map normal None XF86Search spawn "qutedmenu" +riverctl map normal $mod+Shift O spawn "qutedmenu" # Open clipboard history riverctl map normal $mod+Shift Space spawn "clipman pick --tool=bemenu" -# Open floting calculator +# Open floating calculator riverctl map normal $mod+Shift R spawn "$term --class float -e qalc" +# Open emoji picker +riverctl map normal $mod+Shift E spawn "bemoji -t" + # Desktop theming # shellcheck disable=SC2016 -riverctl map normal $mod F8 spawn 'styler set $(styler list themes | bemenu)' +riverctl map normal $mod+Shift S spawn 'styler set $(styler list themes | bemenu)' # Password dropdown frontend riverctl map normal $mod+Shift P spawn "pass-pick" @@ -71,6 +75,11 @@ riverctl map normal Shift Print spawn "screenshot | sharefile -" riverctl map normal $mod Print spawn "screenshot region" riverctl map normal $mod+Shift Print spawn "screenshot region | sharefile -" +# control dunst notification daemon +riverctl map normal $mod N spawn "dunstctl close" +riverctl map normal $mod+Shift N spawn "dunstctl close-all" +riverctl map normal $mod+Control N spawn "dunstctl history-pop" + # # Clear clipboard # riverctl map normal $mod BackSpace spawn 'wl-copy -c && printf ''|xclip -selection c'