Collin J. Doering
bbb41c023c
* renamed .Xdefaults to .Xresources * replaced screen with tmux * added a darken function to .conkerorrc * added some new eshell alias' * added some new templates for emacs * cleaned up .xinitrc * .xmonad/ * added circle layout * added convince key binding Mod-grave which is the same thing as Mod-ESC * made emacs-scratch open in tmux session Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
29 lines
872 B
Plaintext
29 lines
872 B
Plaintext
####################################################
|
|
## this is example configuration file, copy it to ##
|
|
## ~/.ncmpcpp/config and set up your preferences ##
|
|
####################################################
|
|
#
|
|
##### connection settings #####
|
|
#
|
|
## set it in order to make tag editor and renaming files work properly
|
|
#
|
|
mpd_host = "patchMeIn@localhost"
|
|
#
|
|
mpd_port = "6600"
|
|
#
|
|
mpd_music_dir = "/media/dm/Music"
|
|
#
|
|
#mpd_connection_timeout = "5"
|
|
|
|
execute_on_song_change = "notify-send -t 3000 \"$(ncmpcpp --now-playing '{%t\n%b - %a}|{%f}')\""
|
|
playlist_display_mode = "columns"
|
|
browser_display_mode = "columns"
|
|
search_engine_display_mode = "columns"
|
|
fancy_scrolling = "yes"
|
|
user_interface = "alternative"
|
|
|
|
visualizer_fifo_path = "/home/collin/.mpd/mpd.fifo"
|
|
visualizer_output_name = "RekahSoft FIFO"
|
|
visualizer_sync_interval = "30"
|
|
visualizer_type = "wave" # (spectrum/wave)
|