Change ptt bind
This commit is contained in:
parent
eba67abc2a
commit
d32656069a
@ -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"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user