~ruther/nixos-config

ref: b85de725688d868d8d23a5bf379c85dbe671a431 nixos-config/scripts/notifications/unpause.sh -rw-r--r-- 190 bytes
b85de725 — Frantisek Bohacek feat: disable firefox fullscreen warning 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
#!/usr/bin/env bash

dunstctl set-paused false
notify-send.py a --hint boolean:deadd-notification-center:true \
               string:type:unpausePopups
notify-send "Unpaused notifications"