sway: add playerctl mode
This commit is contained in:
parent
0ff17cd6df
commit
3fe411010d
|
@ -150,7 +150,15 @@ in
|
||||||
"q" = "";
|
"q" = "";
|
||||||
"m" = "exec volumesh -t";
|
"m" = "exec volumesh -t";
|
||||||
"s" = "exec ${pkgs.pulse_sink}/bin/pulse_sink";
|
"s" = "exec ${pkgs.pulse_sink}/bin/pulse_sink";
|
||||||
|
} // {
|
||||||
|
"p" = "mode playerctl";
|
||||||
};
|
};
|
||||||
|
playerctl = code_binds
|
||||||
|
(return_mode {
|
||||||
|
"space" = "exec ${pkgs.playerctl}/bin/playerctl toggle";
|
||||||
|
"escape" = "";
|
||||||
|
"q" = "";
|
||||||
|
});
|
||||||
passthrough = {
|
passthrough = {
|
||||||
"${mod}+escape" = "mode default;exec notify-send 'Passthrough off'";
|
"${mod}+escape" = "mode default;exec notify-send 'Passthrough off'";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue