summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/mpd/mpd.conf6
-rw-r--r--.config/shell/profile4
2 files changed, 8 insertions, 2 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index 83299d7..3729240 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -9,10 +9,12 @@ restore_paused "yes"
max_output_buffer_size "16384"
audio_output {
- type "pulse"
- name "pulse"
+ # type "pulse"
+ # name "pulse"
#type "alsa"
#name "ALSA"
+ type "pipewire"
+ name "PipeWire Sound Server"
}
audio_output {
diff --git a/.config/shell/profile b/.config/shell/profile
index c5f5a20..497d8ec 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -31,9 +31,13 @@ export JUPYTER_PLATFORM_DIRS="$XDG_CONFIG_HOME/jupyter"
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android"
+export ANDROID_HOME="$HOME/Android/Sdk/"
+export PATH=$PATH:$ANDROID_HOME/tools
+export PATH=$PATH:$ANDROID_HOME/platform-tools
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
export NPM_CONFIG_USERCONFIG="$HOME/.config/npm/npmrc"
+export NODE_REPL_HISTORY="$XDG_DATA_HOME"/node_repl_history
# Adds `~/.local/bin` to $PATH
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"