add script to toggle last notification
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ $(makoctl list) == '' ]]; then
|
||||
makoctl restore
|
||||
else
|
||||
makoctl dismiss
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user