diff --git a/dot/ncmpcpp/bindings b/dot/ncmpcpp/bindings new file mode 100644 index 0000000..e1570f6 --- /dev/null +++ b/dot/ncmpcpp/bindings @@ -0,0 +1,11 @@ +def_key "k" + scroll_up + +def_key "j" + scroll_down + +def_key "K" + page_up + +def_key "J" + page_down diff --git a/dot/ncmpcpp/config b/dot/ncmpcpp/config new file mode 100644 index 0000000..c643338 --- /dev/null +++ b/dot/ncmpcpp/config @@ -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" \ No newline at end of file diff --git a/gentoo_portage/make.conf b/gentoo_portage/make.conf index a3ad8d9..659856e 100644 --- a/gentoo_portage/make.conf +++ b/gentoo_portage/make.conf @@ -17,6 +17,15 @@ PKGDIR="/var/cache/binpkgs" # Please keep this setting intact when reporting bugs. 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" # CCACHE_DIR="/var/cache/ccache" # FEATURES="ccache" @@ -26,7 +35,7 @@ https://mirrors.ustc.edu.cn/gentoo/ http://distfiles.gentoo.org/ " GRUB_PLATFORMS="efi-64" -MAKEOPTS="-j9 -l8" +MAKEOPTS="-j13 -l4 ${MAKEOPTS}" 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" INPUT_DEVICES="libinput" @@ -37,6 +46,6 @@ INPUT_DEVICES="libinput" # RUBY_TARGETS="ruby27" 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} cups elogind policykit truetype udev xft xcb xkb -bluetooth -gpm -libva -modemmanager" diff --git a/gentoo_portage/package.accept_keywords b/gentoo_portage/package.accept_keywords index 3f709df..1a0f9b1 100644 --- a/gentoo_portage/package.accept_keywords +++ b/gentoo_portage/package.accept_keywords @@ -1,2 +1 @@ app-editors/emacs ** -dev-util/android-studio -~amd64 diff --git a/gentoo_portage/package.license b/gentoo_portage/package.license index 1ca0556..ee4e1a4 100644 --- a/gentoo_portage/package.license +++ b/gentoo_portage/package.license @@ -1,11 +1,12 @@ +app-arch/p7zip unRAR +app-editors/vscode Microsoft-vscode app-emulation/virtualbox-bin PUEL +dev-embedded/sdcc MicroChip-SDCC dev-db/mongodb SSPL-1 net-analyzer/nmap NPSL net-misc/anydesk AnyDesk-TOS net-misc/teamviewer TeamViewer +sys-kernel/linux-firmware no-source-code linux-fw-redistributable www-client/google-chrome google-chrome www-plugins/adobe-flash AdobeFlash-11.x - -app-arch/p7zip unRAR x11-drivers/nvidia-drivers NVIDIA-r2 -sys-kernel/linux-firmware no-source-code linux-fw-redistributable \ No newline at end of file diff --git a/gentoo_portage/package.use b/gentoo_portage/package.use index e097819..4a23c80 100644 --- a/gentoo_portage/package.use +++ b/gentoo_portage/package.use @@ -96,3 +96,6 @@ x11-wm/awesome LUA_SINGLE_TARGET: lua5-3 -lua5-1 # MCU develop dev-embedded/sdcc device-lib mcs51 packihx + +# MPD/MPC +media-sound/ncmpcpp clock outputs taglib visualizer \ No newline at end of file