From d32656069ad64500b4501b06e695bb16983da6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 4 Mar 2024 11:51:51 +0100 Subject: [PATCH] Change ptt bind --- home/hyprland/hyprland.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" ];