diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-11 21:48:07 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-11 21:48:07 +0100 |
| commit | 6daf1fd514dde0bf35baa8c224a34daaccae53a9 (patch) | |
| tree | f74760b6f0a667845a35d7d99273939af00f4967 /.config | |
| parent | ecb8af627ae0a844c8f17c57281200683c1f14ab (diff) | |
new configs for new system
Diffstat (limited to '.config')
| -rw-r--r-- | .config/compton/compton.conf | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | .config/dunst/dunstrc | 0 | ||||
| -rwxr-xr-x | .config/mpd/mpd.conf | 13 | ||||
| -rw-r--r-- | .config/mpv/mpv.conf | 4 |
4 files changed, 11 insertions, 13 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf deleted file mode 100644 index 77b6cb3..0000000 --- a/.config/compton/compton.conf +++ /dev/null @@ -1,7 +0,0 @@ -# Opacity -opacity-rule = [ - "80:class_g = 'kitty' && focused", - "80:class_g = 'kitty' && !focused", - "80:class_g = 'st-256color' && focused", - "80:class_g = 'st-256color' && !focused" -]; diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 60a12e6..60a12e6 100644..100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 7207cc9..3a6a57d 100755 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,7 +1,7 @@ bind_to_address "127.0.0.1" #bind_to_address "/run/mpd/socket" -music_directory "/hdd/Music" +music_directory "/hdd/music" playlist_directory "~/.config/mpd/playlists" db_file "~/.config/mpd/database" log_file "~/.config/mpd/log" @@ -10,9 +10,14 @@ state_file "~/.config/mpd/mpdstate" audio_output { type "pulse" - name "MPD" - device "pulse" - mixer_type "hardware" + name "Headphone" + sink "alsa_output.pci-0000_29_00.0.analog-stereo" +} + +audio_output { + type "pulse" + name "Speakers" + sink "alsa_output.pci-0000_31_00.4.analog-stereo" } audio_output { diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 1094ad7..e467c61 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,6 +1,6 @@ profile=gpu-hq -scale=ewa_lanczossharp -cscale=ewa_lanczossharp +#scale=ewa_lanczossharp +#cscale=ewa_lanczossharp vo=gpu |
