From 2d6133fc51893ad3c3c5c4613619514136ab904d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 6 Nov 2024 15:21:47 -0500 Subject: [PATCH] hyprland: don't set volume on startup This seems to be broken after a recent update caused a race condition. --- home/hyprland.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 612a3530..3841b012 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -65,7 +65,6 @@ in exec-once = [ "sleep 0.1; swww-daemon" - "wpctl set-volume @DEFAULT_AUDIO_SINK@ 20%" "ironbar" "fcitx5" "hyprctl dispatch workspace 5000000"