diff --git a/home/hyprland/hyprland.nix b/home/hyprland/hyprland.nix index 5769f43..67d84b5 100644 --- a/home/hyprland/hyprland.nix +++ b/home/hyprland/hyprland.nix @@ -92,7 +92,8 @@ bindr = [ # mumble ptt release # ",code:202,exec,mumble rpc stoptalking" - ",code:202,exec,pamixer --source 63 -m" + # ",code:202,exec,pamixer --source 63 -m" + ",code:202,exec,pamixer --default-source -m" ]; bind = [ @@ -126,7 +127,7 @@ # mumble ptt click # ",code:202,exec,mumble rpc starttalking" - ",code:202,exec,pamixer --source 63 -u" + ",code:202,exec,pamixer --default-source -u" ] ++ (builtins.concatLists (builtins.genList (x: @@ -138,7 +139,7 @@ ]) 10)); exec-once = [ "waybar" - "hyprpaper" + "hyprpaper & sleep 2 && randomwp" "easyeffects --gapplication-service" # "dunst" ];