diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 281c885..9250fd1 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -10,6 +10,8 @@ audio/x-opus+ogg=mpv.desktop audio/mpeg=mpv.desktop image/bmp=nsxiv.desktop x-scheme-handler/tonsite=org.telegram.desktop.desktop +video/mpeg=mpv.desktop +video/webm=mpv.desktop [Added Associations] image/png=nsxiv.desktop; @@ -24,3 +26,5 @@ audio/x-opus+ogg=mpv.desktop; audio/mpeg=mpv.desktop image/bmp=nsxiv.desktop; x-scheme-handler/tonsite=org.telegram.desktop.desktop; +video/mpeg=mpv.desktop; +video/webm=mpv.desktop; diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings index 4fb4074..2d798ad 100644 --- a/.config/ncmpcpp/bindings +++ b/.config/ncmpcpp/bindings @@ -61,8 +61,6 @@ def_key "F" apply_filter def_key "*" toggle_visualization_type -def_key "L" - show_lyrics def_key "C" toggle_playing_song_centering def_key "+" diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index c4447cc..1c39884 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -1,10 +1,10 @@ autocenter_mode = "yes" -follow_now_playing_lyrics = "yes" ignore_leading_the = "yes" ignore_diacritics = "yes" default_place_to_search_in = "database" -visualizer_type = ellipse +visualizer_type = spectrum startup_slave_screen = visualizer + ## Display Modes ## playlist_editor_display_mode = "columns" search_engine_display_mode = "columns" diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index b02f869..0e17661 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -10,3 +10,6 @@ XDG_DOCUMENTS_DIR="$HOME/Documents" XDG_MUSIC_DIR="$HOME/Music" XDG_PICTURES_DIR="$HOME/Pictures" XDG_VIDEOS_DIR="$HOME/Videos" +XDG_DESKTOP_DIR="$HOME/Desktop" +XDG_TEMPLATES_DIR="$HOME/Templates" +XDG_PUBLICSHARE_DIR="$HOME/Public" diff --git a/.config/vim/vimrc b/.config/vim/vimrc index c9a9bbc..9bb28f0 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -1,4 +1,4 @@ -colorscheme industry +colorscheme zaibatsu set viminfo+=n~/.config/vim/viminfo set omnifunc=syntaxcomplete#Complete set gp=git\ grep\ -n diff --git a/.local/share/backgrounds/autumn.jpg b/.local/share/backgrounds/autumn.jpg new file mode 100644 index 0000000..a1c77c3 Binary files /dev/null and b/.local/share/backgrounds/autumn.jpg differ diff --git a/.local/share/backgrounds/ducks.jpg b/.local/share/backgrounds/ducks.jpg new file mode 100644 index 0000000..ac5edcc Binary files /dev/null and b/.local/share/backgrounds/ducks.jpg differ diff --git a/.local/share/backgrounds/filosofem.png b/.local/share/backgrounds/filosofem.png new file mode 100644 index 0000000..f59f0c4 Binary files /dev/null and b/.local/share/backgrounds/filosofem.png differ diff --git a/.local/share/backgrounds/full.png b/.local/share/backgrounds/full.png index 3b7e0f6..73846a3 100644 Binary files a/.local/share/backgrounds/full.png and b/.local/share/backgrounds/full.png differ diff --git a/.local/share/backgrounds/groove.jpg b/.local/share/backgrounds/groove.jpg new file mode 100644 index 0000000..e501527 Binary files /dev/null and b/.local/share/backgrounds/groove.jpg differ diff --git a/.local/share/backgrounds/miku-piano.jpg b/.local/share/backgrounds/miku-piano.jpg new file mode 100644 index 0000000..c0cb6a7 Binary files /dev/null and b/.local/share/backgrounds/miku-piano.jpg differ diff --git a/.local/share/backgrounds/nineveh.jpg b/.local/share/backgrounds/nineveh.jpg new file mode 100644 index 0000000..104b3ea Binary files /dev/null and b/.local/share/backgrounds/nineveh.jpg differ diff --git a/.local/share/backgrounds/space-odyssey.jpg b/.local/share/backgrounds/space-odyssey.jpg new file mode 100644 index 0000000..25abf70 Binary files /dev/null and b/.local/share/backgrounds/space-odyssey.jpg differ diff --git a/.local/share/backgrounds/wallpaper.png b/.local/share/backgrounds/wallpaper.png index 86c7e1d..66b5c58 100644 Binary files a/.local/share/backgrounds/wallpaper.png and b/.local/share/backgrounds/wallpaper.png differ