diff --git a/home/wm-helpers.nix b/home/wm-helpers.nix index 1520fa6..e5189f0 100644 --- a/home/wm-helpers.nix +++ b/home/wm-helpers.nix @@ -5,8 +5,12 @@ wpctl=${pkgs.wireplumber}/bin/wpctl notify_send=${pkgs.libnotify}/bin/notify-send + notify-send () { + $notify_send -h string:x-canonical-private-synchronous:keysetting "$@" + } + notifyvol () { - $notify_send "$(wpctl get-volume @DEFAULT_SINK@)" + notify-send "$(wpctl get-volume @DEFAULT_SINK@)" } setvol () {