~ruther/nixos-config

ref: 6904cf1761334d033556f106c82d79b48e6657f4 nixos-config/home/modules/profiles/desktop/qtile/config/sequence-detector.config.json -rw-r--r-- 763 bytes
6904cf17 — Frantisek Bohacek refactor: modularize the configuration 1 year, 1 day ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "debounce_time": 500,
    "groups": [
        {
            "group_id": "mpris",
            "sequences": [
                { "keys": ["next"], "action": "mpris-ctl next" },
                { "keys": ["prev"], "action": "mpris-ctl prev" },
                { "keys": ["play"], "action": "mpris-ctl play" },
                { "keys": ["pause"], "action": "mpris-ctl pause" },
                { "keys": ["volup"], "action": "amixer set Master 10%+ unmute" },
                { "keys": ["voldown"], "action": "amixer set Master 10%- unmute" },
                { "keys": ["next", "next"], "action": "mpris-ctl --player=firefox toggle" },
                { "keys": ["next", "prev"], "action": "mpris-ctl --player=spotify toggle" }
            ]
        }
    ]
}
Do not follow this link