Change ptt bind

This commit is contained in:
Torjus Håkestad 2024-03-04 11:51:51 +01:00
parent eba67abc2a
commit d32656069a

View File

@ -92,7 +92,8 @@
bindr = [ bindr = [
# mumble ptt release # mumble ptt release
# ",code:202,exec,mumble rpc stoptalking" # ",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 = [ bind = [
@ -126,7 +127,7 @@
# mumble ptt click # mumble ptt click
# ",code:202,exec,mumble rpc starttalking" # ",code:202,exec,mumble rpc starttalking"
",code:202,exec,pamixer --source 63 -u" ",code:202,exec,pamixer --default-source -u"
] ++ (builtins.concatLists (builtins.genList ] ++ (builtins.concatLists (builtins.genList
(x: (x:
@ -138,7 +139,7 @@
]) 10)); ]) 10));
exec-once = [ exec-once = [
"waybar" "waybar"
"hyprpaper" "hyprpaper & sleep 2 && randomwp"
"easyeffects --gapplication-service" "easyeffects --gapplication-service"
# "dunst" # "dunst"
]; ];