diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/espanso/match/base.yml | 4 | ||||
-rw-r--r-- | .config/mpd/mpd.conf | 23 | ||||
-rw-r--r-- | .config/newsboat/config | 2 |
3 files changed, 23 insertions, 6 deletions
diff --git a/.config/espanso/match/base.yml b/.config/espanso/match/base.yml index 954a3a6..700c5c0 100644 --- a/.config/espanso/match/base.yml +++ b/.config/espanso/match/base.yml @@ -33,4 +33,8 @@ matches: replace: "cheers\nScott Gilbertson\n--\n<sng@luxagraf.net>\n<scott_gilbertson@wired.com>\n<https://www.wired.com/author/scott-gilbertson/>" - trigger: ":box" replace: "PO BOX 551\nWashburn, WI 54891-0551\n706 438 4297" + - trigger: ":hll" + replace: "Hello-\n\nMy name is Scott Gilbertson and I am a product writer with WIRED's Gear Team. I am reaching out because I'm working on an update to our" + - trigger: ":add" + replace: "PMB 1556, 401 E 8th St #214\nSioux Falls SD 57103" ... diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 475d8cf..74b1be7 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,9 +1,22 @@ db_file "~/.mpd/database" -music_directory "/home/lxf/Music/library/.git/annex/objects" -playlist_directory "/home/lxf/Music/playlists" -log_file "/home/lxf/.mpd/mpd.log" -pid_file "/home/lxf/.mpd/mpd.pid" -state_file "/home/lxf/.mpd/mpdstate" +music_directory "~/Music/library/.git/annex/objects" +playlist_directory "~/Music/playlists" +log_file "/Users/lxf/.mpd/mpd.log" +pid_file "/Users/lxf/.mpd/mpd.pid" +state_file "/Users/lxf/.mpd/mpdstate" follow_inside_symlinks "no" follow_outside_symlinks "no" + +audio_output { + type "osx" + name "CoreAudio" + mixer_type "software" +} + +decoder { + plugin "mp4ff" + enabled "no" +} +bind_to_address "127.0.0.1" +port "6600" diff --git a/.config/newsboat/config b/.config/newsboat/config index c4342ff..9abf343 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -38,7 +38,7 @@ confirm-exit yes #browser "$BROWSER" #browser "xvivaldi-stable & >> /dev/null " #browser "qutebrowser" -browser "vivaldi-snapshot" +browser "open -g -a 'Vivaldi' %u" bind-key v open-in-browser-and-mark-read #bind-key o open-in-browser-and-mark-read bind-key S save |