Collin J. Doering
224f475a46
Notable changes include: * .Xdefaults: - added comments - switched from url-select to url-picker (for urxvt) * .bashrc: added some alias' and changed PATH * .bin/vol.sh: *depreciated* * .bin/xmonadClose.sh: added experimental timed-action support * .config/dunst/dunstrc: - changed transparency to 15% - issue with getting "follow = v" to work; where v = mouse or keyboard * .config/systemd/user/emacs.service: - added a Environment property because it is required with a recent(ish?) update of systemd * .config/systemd/user/xbindkeys.service: - added Environment property - made ExecStart more specific * .conkerorrc: - added support for magnet urls - added firebug-lite support * .emacs: - disabled tabs - enabled column-number-mode * .ghci: added ghci config file * .gnus: Many changes to make gnus more usable as a email client (multiple email support) * .mpdconf: added password for admin and control access * .ncmpcpp/config: use new mpd password * .screenrc: use weechat in place of irssi * .xbindkeysrc: - use new mpd password - pulseaudio_ctl merged with pulseaudio-ctl in AUR. Now using the new version *BROKEN* * .xinitrc: running "systemd --user" is depreciated (automatically run by logind) * .xmobarrc: use DynNetwork in place of Network * .xmonad/xmonad.hs: code clean-up * .zshrc: - added new function 'disable_unit_run' which can be used to run a program temporarily disabling a systemd user unit file - added alias' - changed PATH
29 lines
950 B
Plaintext
29 lines
950 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 -i \"/usr/share/icons/gnome/scalable/mimetypes/audio-x-generic-symbolic.svg\" \"$(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)
|