18 lines
354 B
INI
18 lines
354 B
INI
[metadata]
|
|
name = switch-pa-sink
|
|
version = 0.1
|
|
description = Find the pulseaudio sink of currently active window in i3 and switch it to the next pulseaudio sink
|
|
|
|
[options]
|
|
scripts = switch-pa-sink
|
|
install_requires =
|
|
i3ipc
|
|
psutil
|
|
pulsectl
|
|
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
exclude = .git,__pycache__,*.egg-info,*lib/python*
|
|
ignore = E241,E741,W503,W504
|