263:8595f388c1d2 draft default tip
Anton Shestakov <av6@dwimlabs.net>, Tue, 09 May 2023 19:49:48 -0300
dpkg: don't install /etc/alsa/conf.d/99-pipewire-default.conf symlink This file makes ALSA use PipeWire by default, not only as pcm, but also as ctl. There's 50-pipewire.conf that makes PipeWire simply available as an ALSA device, that's fine.

previous change 211:28bddd9b0423

.hgrc

Permissions: -rw-r--r--

Other formats: Feeds:
[ui]
username = Anton Shestakov <av6@dwimlabs.net>
ssh = ssh -C
editor = ~/.hgeditor
mergemarkers = detailed
tweakdefaults = true
[phases]
publish = false
[diff]
git = true
showfunc = true
word-diff = true
[extensions]
rebase =
shelve =
histedit =
strip =
beautifygraph =
absorb =
[alias]
gl = log --pager=always -G
pvr = log --pager=always -pvr
stripout = strip -r 'outgoing()'
crecord = !$HG commit --interactive --config ui.interface=curses "$@"
reword = commit -X 're:' --amend
actualize-topic = rebase -s 'topic($1)' -d 'branch(ancestor(topic($1))) and public()'
. = pvr .
in-release = log -r '$1 + min($1:: and tag())'
[experimental]
auto-publish = confirm
[progress]
format = topic bar number item speed estimate
delay = 1
[histedit]
linelen = 120
[patchbomb]
intro = never
confirm = true
[email]
method = smtp
[smtp]
tls = true
[pager]
pager = less -FSRX --ignore-case
[color]
status.added = green
status.unknown = none
changeset.public = green
changeset.secret = red
[committemplate]
changeset = {desc}\n\n
HG: Enter commit message. Lines beginning with 'HG:' are removed.
HG: {extramsg}
HG: --
HG: user: {author}\n{ifeq(p2rev, "-1", "",
"HG: branch merge\n")
}HG: branch '{branch}'\n{if(activebookmark,
"HG: bookmark '{activebookmark}'\n") }{subrepos %
"HG: subrepo {subrepo}\n" }{file_adds %
"HG: added {file}\n" }{file_mods %
"HG: changed {file}\n" }{file_dels %
"HG: removed {file}\n" }{if(files, "",
"HG: no files changed\n")
}HG: --- 8< ---
{splitlines(diff()) % 'HG: {line}\n'}