From 5b75d0d5e45c9fd900c187f4231d89c6273b7d78 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 27 Sep 2024 08:53:30 +0200 Subject: [PATCH] Auto-commit kunsi-p14s.kunbox.net 2024-09-27T08:53:30+02:00 --- .config/fish/config.fish | 1 + .config/i3/config | 5 +++-- .config/mpv/mpv.conf | 2 ++ .config/yt-dlp/config | 7 +++++-- .gitconfig | 1 + 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 80c2bca..a71edfe 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -6,6 +6,7 @@ set PATH $PATH /home/kunsi/.local/bin /home/kunsi/.gem/ruby/2.6.0/bin/ /home/kun set -U -x SSH_AUTH_SOCK $(gpgconf --list-dirs agent-ssh-socket) alias bwr='cd ~/git/bundlewrap/' +alias cm='cd ~/git/cm/bundlewrap/' alias cal='cal -v -m -3' alias ipa='ip -brief --color=always addr show; echo; ip --color=always route show; ip -6 --color=always route show' alias l='ls -lAh' diff --git a/.config/i3/config b/.config/i3/config index dba2bc5..01b5716 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -111,9 +111,10 @@ for_window [class="realvnc-vncviewer"] floating enable for_window [class="terminal-floating"] floating enable workspace $ws1 output DisplayPort-0 -workspace $ws2 output HDMI-A-0 +workspace $ws2 output DisplayPort-0 workspace $ws3 output DisplayPort-0 -workspace $ws10 output HDMI-A-0 +workspace $ws9 output HDMI-A-0 +workspace $ws10 output DisplayPort-0 exec_always setxkbmap -synch exec_always ~/.fehbg diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index faebfd2..0fc3f93 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -8,6 +8,8 @@ cursor-autohide=1000 msg-color +no-audio-display + no-osc osd-on-seek=bar diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config index 326a707..f77646e 100644 --- a/.config/yt-dlp/config +++ b/.config/yt-dlp/config @@ -16,14 +16,17 @@ --embed-chapters --embed-metadata --embed-subs +--embed-thumbnail +--video-multistreams +--audio-multistreams +--merge-output-format mkv # The following options are basically presets for different use cases. # Create a new option `--archive` that will embed all video and audio streams # and as much information as possible in the video as well as create a sidecar # file with full metadata. ---alias archive '--embed-thumbnail --video-multistreams --audio-multistreams --merge-output-format mkv' ---alias archivejson '--embed-thumbnail --write-info-json --no-clean-info-json --video-multistreams --audio-multistreams --merge-output-format mkv' +--alias archive '--write-info-json --no-clean-info-json' # Create a `--mp4` option that will optimize for getting an MP4 file, for # sharing on the Fedi etc. `-S ext` does the heavy lifting here. diff --git a/.gitconfig b/.gitconfig index 1bec0e0..6997bfb 100755 --- a/.gitconfig +++ b/.gitconfig @@ -27,3 +27,4 @@ excludesFile = ~/.config/gitignore-global [push] autoSetupRemote = true + default = current