river: Switch notification maps to use mako
This commit is contained in:
parent
c3279799d8
commit
c193a90b40
1 changed files with 4 additions and 4 deletions
|
@ -83,10 +83,10 @@ riverctl map normal Shift Print spawn "screenshot | sharefile -"
|
||||||
riverctl map normal $mod Print spawn "screenshot region"
|
riverctl map normal $mod Print spawn "screenshot region"
|
||||||
riverctl map normal $mod+Shift Print spawn "screenshot region | sharefile -"
|
riverctl map normal $mod+Shift Print spawn "screenshot region | sharefile -"
|
||||||
|
|
||||||
# control dunst notification daemon
|
# control notification daemon
|
||||||
riverctl map normal $mod N spawn "dunstctl close"
|
riverctl map normal $mod N spawn "makoctl dismiss"
|
||||||
riverctl map normal $mod+Shift N spawn "dunstctl close-all"
|
riverctl map normal $mod+Shift N spawn "makoctl dismiss --all"
|
||||||
riverctl map normal $mod+Control N spawn "dunstctl history-pop"
|
riverctl map normal $mod+Control N spawn "makoctl restore"
|
||||||
|
|
||||||
# MOVEMENT
|
# MOVEMENT
|
||||||
# focus the next/previous view in the layout stack
|
# focus the next/previous view in the layout stack
|
||||||
|
|
Loading…
Reference in a new issue