awesomewm 音量配置为 pulse

This commit is contained in:
2022-04-02 01:18:22 +08:00
parent f631291739
commit 972a400931
3 changed files with 34 additions and 13 deletions

View File

@@ -756,7 +756,10 @@ awful.rules.rules = {
properties = { titlebars_enabled = false } },
-- Set Firefox to always map on the second tag on screen 1.
{ rule = { class = "Firefox" },
{ rule = { class = "firefox" },
properties = { tag = mytags.specify.firefox }, maximized = true },
{ rule = { class = "Google-chrome" },
properties = { tag = mytags.specify.firefox }, maximized = true },
{ rule = { class = "mpv"},