Collin Doering
56b467b3cb
.conkerorrc: added password management system implemented by XUL Runner (still needs to be tested) .emacs: added use of new extension "pastebin.el" (not available from arch repos & AUR) added elisp template for automatic insertion on new files that end in '.el' added the function 'open-scratch-buffer' which either switches to the current scratch buffer or if one doesn't exist creates one, inserts the normal scratch message at the top and enables lisp-interaction-mode added the new function 'toggle-window-split' curtiousy of http://www.emacswiki.org which toggles the orientation of window splitting between two adjacent windows (either horizontal and verticle) bound the function 'toggle-window-split' to "C-x 4 t" stop the annoying startup screen from being displayed .ncmpcpp/config: new file added to config used to control ncmpcpp's settings .xmonad/xmonad.hs: simply fixed a formatting error not relating to syntax..removed empty space at the end of a line Signed-off-by: Collin Doering <rekahsoft@gmail.com>
28 lines
924 B
Plaintext
28 lines
924 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 = "localhost"
|
|
#
|
|
mpd_port = "6600"
|
|
#
|
|
mpd_music_dir = "/media/md-isk/Music"
|
|
#
|
|
#mpd_connection_timeout = "5"
|
|
|
|
#execute_on_song_change = "notify-send -t 3000 -i \"/usr/share/icons/gnome/scalable/mimetypes/audio-x-generic-symbolic.svg\" \"$(ncmpcpp --now-playing %t)\" \"$(ncmpcpp --now-playing '%b - %a')\""
|
|
playlist_display_mode = "columns"
|
|
browser_display_mode = "columns"
|
|
search_engine_display_mode = "columns"
|
|
fancy_scrolling = "yes"
|
|
|
|
visualizer_fifo_path = "/tmp/mpd.fifo"
|
|
visualizer_output_name = "RekahSoft FIFO"
|
|
visualizer_sync_interval = "30"
|
|
visualizer_type = "spectrum" (spectrum/wave)
|