更新gentoo系统配置

This commit is contained in:
2021-08-31 22:55:12 +08:00
parent 206d3e207d
commit 254291b699
6 changed files with 44 additions and 6 deletions

11
dot/ncmpcpp/bindings Normal file
View File

@@ -0,0 +1,11 @@
def_key "k"
scroll_up
def_key "j"
scroll_down
def_key "K"
page_up
def_key "J"
page_down

15
dot/ncmpcpp/config Normal file
View File

@@ -0,0 +1,15 @@
# files
mpd_music_dir="/var/lib/mpd/music"
# visualizer
visualizer_data_source = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
# visualizer_type = "wave" (spectrum/wave)
visualizer_type = "spectrum" (spectrum/wave)
visualizer_in_stereo = "yes"
# lyrics
# follow_now_playing_lyrics = "yes"
# store_lyrics_in_song_dir = "no"
# lyrics_directory = "/home/zedhugh/.lyrics"
# lyrics_fetchers = "lyricsfreak.com"

View File

@@ -17,6 +17,15 @@ PKGDIR="/var/cache/binpkgs"
# Please keep this setting intact when reporting bugs. # Please keep this setting intact when reporting bugs.
LC_MESSAGES=C LC_MESSAGES=C
# buildpkg features
FEATURES="buildpkg ${FEATURES}"
QUICKPKG_DEFAULT_OPTS="--include-config y"
EMERGE_DEFAULT_OPTS="--buildpkg --buildpkg-exclude \"virtual/* sys-kernel/*-sources\" ${EMERGE_DEFAULT_OPTS}"
# PORTAGE_BINHOST="ssh://root@192.168.2.102/var/cache/binpkgs"
# ccache and distcc
FEATURES="distcc ${FEATURES}"
ALSA_CARDS="hda-intel" ALSA_CARDS="hda-intel"
# CCACHE_DIR="/var/cache/ccache" # CCACHE_DIR="/var/cache/ccache"
# FEATURES="ccache" # FEATURES="ccache"
@@ -26,7 +35,7 @@ https://mirrors.ustc.edu.cn/gentoo/
http://distfiles.gentoo.org/ http://distfiles.gentoo.org/
" "
GRUB_PLATFORMS="efi-64" GRUB_PLATFORMS="efi-64"
MAKEOPTS="-j9 -l8" MAKEOPTS="-j13 -l4 ${MAKEOPTS}"
ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_KEYWORDS="amd64 ~amd64"
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3"
INPUT_DEVICES="libinput" INPUT_DEVICES="libinput"
@@ -37,6 +46,6 @@ INPUT_DEVICES="libinput"
# RUBY_TARGETS="ruby27" # RUBY_TARGETS="ruby27"
VIDEO_CARDS="fbdev nvidia" VIDEO_CARDS="fbdev nvidia"
DESKTOP_USE="X alsa apng dbus fbcon ffmpeg fuse gif gtk gtk2 gtk3 http2 icu jpeg mp3 mp4 mpeg mtp nvidia ogg opengl pdf png svg tiff unicode vaapi vdpau xv xvmc" DESKTOP_USE="X alsa apng dbus fbcon ffmpeg flac fuse gif gtk gtk2 gtk3 http2 icu jpeg mp3 mp4 mpeg mtp nvidia ogg opengl pdf png svg tiff unicode vaapi vdpau xv xvmc"
#USE="${USE} ${DESKTOP_USE} consolekit cups policykit pulseaudio truetype udev xft xcb xkb -bluetooth -gpm -libva -modemmanager" #USE="${USE} ${DESKTOP_USE} consolekit cups policykit pulseaudio truetype udev xft xcb xkb -bluetooth -gpm -libva -modemmanager"
USE="${USE} ${DESKTOP_USE} cups elogind policykit truetype udev xft xcb xkb -bluetooth -gpm -libva -modemmanager" USE="${USE} ${DESKTOP_USE} cups elogind policykit truetype udev xft xcb xkb -bluetooth -gpm -libva -modemmanager"

View File

@@ -1,2 +1 @@
app-editors/emacs ** app-editors/emacs **
dev-util/android-studio -~amd64

View File

@@ -1,11 +1,12 @@
app-arch/p7zip unRAR
app-editors/vscode Microsoft-vscode
app-emulation/virtualbox-bin PUEL app-emulation/virtualbox-bin PUEL
dev-embedded/sdcc MicroChip-SDCC
dev-db/mongodb SSPL-1 dev-db/mongodb SSPL-1
net-analyzer/nmap NPSL net-analyzer/nmap NPSL
net-misc/anydesk AnyDesk-TOS net-misc/anydesk AnyDesk-TOS
net-misc/teamviewer TeamViewer net-misc/teamviewer TeamViewer
sys-kernel/linux-firmware no-source-code linux-fw-redistributable
www-client/google-chrome google-chrome www-client/google-chrome google-chrome
www-plugins/adobe-flash AdobeFlash-11.x www-plugins/adobe-flash AdobeFlash-11.x
app-arch/p7zip unRAR
x11-drivers/nvidia-drivers NVIDIA-r2 x11-drivers/nvidia-drivers NVIDIA-r2
sys-kernel/linux-firmware no-source-code linux-fw-redistributable

View File

@@ -96,3 +96,6 @@ x11-wm/awesome LUA_SINGLE_TARGET: lua5-3 -lua5-1
# MCU develop # MCU develop
dev-embedded/sdcc device-lib mcs51 packihx dev-embedded/sdcc device-lib mcs51 packihx
# MPD/MPC
media-sound/ncmpcpp clock outputs taglib visualizer