add some misc configuration files

master
an 2019-05-01 11:48:37 -04:00
parent 977f04857f
commit 1324f28d34
7 changed files with 82 additions and 0 deletions

2
cargo Normal file
View File

@ -0,0 +1,2 @@
[build]
target-dir = "/home/marrub/bin/_rs"

View File

@ -7,4 +7,10 @@ $HOME/.vimrc vimrc
$HOME/.zshrc zshrc
$HOME/bin/mupen64plus-noncore-plugins-git/PKGBUILD m64p-plugins-pkgbuild
/usr/share/X11/xkb/symbols/progm progm.xkb
$HOME/.ncmpcpp/config ncmpcpp_conf
$HOME/.ncmpcpp/bindings ncmpcpp_bind
$HOME/.config/mpd/mpd.conf mpd.conf
$HOME/.xprofile xprofile
$HOME/.cargo/config cargo
$HOME/.config/pacman/makepkg.conf makepkg.conf
END

3
makepkg.conf Normal file
View File

@ -0,0 +1,3 @@
CFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fno-plt"
CXXFLAGS="${CFLAGS}"
MAKEFLAGS="-j12"

21
mpd.conf Normal file
View File

@ -0,0 +1,21 @@
music_directory "~/Music"
playlist_directory "~/.config/mpd/playlists"
db_file "~/.config/mpd/database"
log_file "~/.config/mpd/log"
pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
bind_to_address "[::]"
port "6600"
audio_output {
type "pulse"
name "Pulse Output"
}
audio_output {
type "fifo"
name "mpdfifo"
path "~/.config/mpd/fifo"
format "44100:16:2"
}

37
ncmpcpp_bind Normal file
View File

@ -0,0 +1,37 @@
def_key "/"
find
def_key "/"
find_item_forward
def_key "j"
scroll_down
def_key "k"
scroll_up
def_key "ctrl-b"
page_up
def_key "ctrl-f"
page_down
def_key "g"
move_home
def_key "G"
move_end
def_key "h"
previous_column
def_key "l"
next_column
def_key "."
show_lyrics
def_key "n"
next_found_item
def_key "N"
previous_found_item
def_key "J"
move_sort_order_down
def_key "K"
move_sort_order_up

8
ncmpcpp_conf Normal file
View File

@ -0,0 +1,8 @@
media_library_primary_tag = "album_artist"
visualizer_fifo_path = "~/.config/mpd/fifo"
visualizer_output_name = "mpdfifo"
visualizer_sync_interval = "30"
visualizer_in_stereo = "yes"
visualizer_type = "ellipse"
visualizer_look = ""
visualizer_color = 219, 208, 199, 197, 203, 210, 216, 221, 119, 47, 49, 46, 34, 64, 94, 202, 130

5
xprofile Normal file
View File

@ -0,0 +1,5 @@
export GTK_IM_MODULE=uim
export QT_IM_MODULE=uim
uim-xim &
export XMODIFIERS=@im=uim
[[ ! -s ~/.config/mpd/pid ]] && mpd &