From be9ae24e2cb78f96871725ec02edd028d3d51410 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Fri, 29 Dec 2023 20:07:43 -0500 Subject: [PATCH] sway-audio-idle-inhibit --- users/tacocat/wayland/default.nix | 1 + users/tacocat/wayland/sway/config.d/autostart | 1 + 2 files changed, 2 insertions(+) diff --git a/users/tacocat/wayland/default.nix b/users/tacocat/wayland/default.nix index a13db23..50b4b8a 100644 --- a/users/tacocat/wayland/default.nix +++ b/users/tacocat/wayland/default.nix @@ -18,6 +18,7 @@ grim slurp sway-contrib.grimshot + sway-audio-idle-inhibit ]; home.sessionVariables = { diff --git a/users/tacocat/wayland/sway/config.d/autostart b/users/tacocat/wayland/sway/config.d/autostart index 000f9b6..1babca5 100755 --- a/users/tacocat/wayland/sway/config.d/autostart +++ b/users/tacocat/wayland/sway/config.d/autostart @@ -3,6 +3,7 @@ exec blueman-applet # exec systemctl --user restart wireplumber exec gammastep-indicator exec dunst +exec sway-audio-idle-inhibit #exec swayidle -w \ # timeout 600 'swaylock -f -c 14171d' \ # before-sleep 'swaylock -f -c 14171d'