From bc7d8a196b158655eccceaf1e979534edcc6e7fd Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Tue, 31 May 2022 16:32:50 +0300 Subject: [PATCH] playerctl plause/play all --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 20607919..75f01808 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -286,7 +286,7 @@ globalkeys = gears.table.join( awful.key( {}, "#123", function () awful.spawn.with_shell("pulsemixer --change-volume +5") end ), -- increase volume awful.key( {}, "#122", function () awful.spawn.with_shell("pulsemixer --change-volume -5") end ), -- decrease volume awful.key( {}, "#121", function () awful.spawn.with_shell("pulsemixer --toggle-mute") end ), -- mute - awful.key( {}, "#172", function () awful.spawn.with_shell("playerctl play-pause") end ), -- play/pause + awful.key( {}, "#172", function () awful.spawn.with_shell("playerctl -a play-pause") end ), -- play/pause awful.key( { "Control" }, "#107", function () awful.spawn.with_shell("flameshot gui") end, {description="take region screenshot", group="launcher"}), -- take region screenshot