summaryrefslogtreecommitdiff
path: root/config/common
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-15 00:33:26 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-15 00:33:26 +0200
commit826ce094fecc4c6e07faf6e8b91387c2ae49842c (patch)
tree1820c843e4e260f6b51e8d269a972295a17e558c /config/common
parentc032a9d071ee4b7eb2bfe79ec03d2a7dc4020f15 (diff)
parenta915b5ade1a47b9678e2f9963b13b49dbd406031 (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/common')
-rw-r--r--config/common/mpd/mpd.conf7
-rw-r--r--config/common/ncmpcpp/config13
-rw-r--r--config/common/newsboat/config12
-rw-r--r--config/common/newsboat/urls3
-rwxr-xr-xconfig/common/tmux/tmux.conf3
5 files changed, 31 insertions, 7 deletions
diff --git a/config/common/mpd/mpd.conf b/config/common/mpd/mpd.conf
index dda6f45..606c8d4 100644
--- a/config/common/mpd/mpd.conf
+++ b/config/common/mpd/mpd.conf
@@ -18,3 +18,10 @@ audio_output {
always_on "yes" # prevent MPD from disconnecting all listeners when playback is stopped.
tags "yes" # httpd supports sending tags to listening streams.
}
+
+audio_output {
+ type "fifo"
+ name "fifo"
+ path "~/.config/mpd/mpd.fifo"
+ format "44100:16:2"
+}
diff --git a/config/common/ncmpcpp/config b/config/common/ncmpcpp/config
index 9a87787..2136109 100644
--- a/config/common/ncmpcpp/config
+++ b/config/common/ncmpcpp/config
@@ -445,7 +445,7 @@
##
## Note: You can define startup screen by choosing screen from the list above.
##
-startup_screen = browser
+# startup_screen = browser
#
##
## Note: You can define startup slave screen by choosing screen from the list
@@ -508,7 +508,7 @@ startup_screen = browser
#
#media_library_sort_by_mtime = no
#
-enable_window_title = no
+# enable_window_title = no
#
##
## Note: You can choose default search mode for search engine. Available modes
@@ -595,4 +595,11 @@ enable_window_title = no
#window_border_color = green
#
#active_window_border = red
-#
+
+startup_screen = browser
+enable_window_title = no
+visualizer_data_source = "~/.config/mpd/mpd.fifo"
+visualizer_output_name = "fifo"
+visualizer_in_stereo = "yes"
+visualizer_type = "spectrum"
+visualizer_look = "+|"
diff --git a/config/common/newsboat/config b/config/common/newsboat/config
index 84e6490..5f93d68 100644
--- a/config/common/newsboat/config
+++ b/config/common/newsboat/config
@@ -1,4 +1,4 @@
-browser firefox
+browser linkhandler
# from contrib
color background color15 default
@@ -30,4 +30,12 @@ bind-key a toggle-article-read
show-keymap-hint no
swap-title-and-hints yes
-browser linkhandler
+download-path "~/dl"
+max-downloads 2
+player "mpv"
+
+urls-source "miniflux"
+miniflux-url "http://192.168.178.79:24961/"
+miniflux-login "debuc"
+miniflux-passwordeval "pass show db/miniflux | head -n 1"
+miniflux-min-items 0
diff --git a/config/common/newsboat/urls b/config/common/newsboat/urls
new file mode 100644
index 0000000..7245bfc
--- /dev/null
+++ b/config/common/newsboat/urls
@@ -0,0 +1,3 @@
+
+"query:Unread:unread = \"yes\""
+
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf
index 40a9cb7..45166c0 100755
--- a/config/common/tmux/tmux.conf
+++ b/config/common/tmux/tmux.conf
@@ -25,8 +25,7 @@ set -g focus-events on
bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded ~/.tmux.conf"
# Clipboard
bind -T copy-mode-vi v send-keys -X begin-selection
-bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -r -selection clipboard"
-bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -r -selection clipboard"
+bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "oclipp"
# Unbind ESC
set -sg escape-time 0
# Toggle status bar