View asound.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Alsa Resampler | |
defaults.pcm.rate_converter "speexrate_best" | |
# Use PulseAudio by default | |
pcm.!default { | |
type pulse | |
fallback "sysdefault" | |
hint { | |
show on | |
description "Default ALSA Output (currently PulseAudio Sound Server)" |
View .Xresources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Xcursor.theme: elementary | |
Xcursor.size: 48 |
View PKGBUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Maintainer: Packaging Tester <test@pacman> | |
pkgname=testpkg | |
pkgver=1 | |
pkgrel=1 | |
pkgdesc="A package for testing" | |
arch=('any') | |
url="https://www.archlinux.org/pacman/" | |
license=('GPL') | |
makedepends=('pacman') |