diff --git a/dot_bashrc b/dot_bashrc index 1c4918c..34a6b18 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -50,3 +50,6 @@ alias \ # responseGatherer aliases (I really need to find a better way for this.) alias sj="responseGatherer -i ~/wrt/journal/selfMonitoringPrompts/sleepJournal -o ~/wrt/diary/$(date +%F).md" alias hbps="responseGatherer -i ~/wrt/journal/selfMonitoringPrompts/healthyBoundaryPositiveStatement -o ~/wrt/diary/$(date +%F).md" + +# Play a random video file from the cd +alias rnmv="mpv $(ls -p | grep -v / | shuf | head -1)" diff --git a/dot_config/bspwm/executable_bspwmrc b/dot_config/bspwm/executable_bspwmrc index 6525c0e..adeb04b 100644 --- a/dot_config/bspwm/executable_bspwmrc +++ b/dot_config/bspwm/executable_bspwmrc @@ -4,8 +4,8 @@ pgrep -x sxhkd > /dev/null || sxhkd & bspc monitor -d I II III IV V VI VII VIII IX X -bspc config border_width 2 -bspc config window_gap 12 +bspc config border_width 3 +bspc config window_gap 5 bspc config split_ratio 0.52 bspc config borderless_monocle true diff --git a/dot_config/youtube-dl/config b/dot_config/youtube-dl/config index 7f20b9a..1ee3f27 100644 --- a/dot_config/youtube-dl/config +++ b/dot_config/youtube-dl/config @@ -1,5 +1,6 @@ --prefer-free-formats --f "bestvideo[height<=?720]+bestaudio" +# -f "bestvideo[height<=?720]+bestaudio" +-f "bestvideo[height<=?720]" --embed-subs -o ~/vid/web/%(title)s-%(id)s.%(ext)s --add-metadata