mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 05:55:12 +00:00
Merge bcb2c32406 into a8c3f8efb1
This commit is contained in:
commit
281bebe1f7
|
|
@ -748,12 +748,9 @@ globalkeys = awful.util.table.join(
|
|||
vicious.force({ volumewidget })
|
||||
end),
|
||||
awful.key({ "Control" }, "m", function ()
|
||||
awful.util.spawn("amixer set Master playback mute", false )
|
||||
awful.util.spawn("amixer set Master playback toggle", false )
|
||||
vicious.force({ volumewidget })
|
||||
end),
|
||||
awful.key({ "Control" }, "u", function ()
|
||||
awful.util.spawn("amixer set Master playback unmute", false )
|
||||
vicious.force({ volumewidget })
|
||||
end),
|
||||
awful.key({ altkey, "Control" }, "m",
|
||||
function ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue