From 59f2c95df1367a802fb34535817c650650e24071 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sun, 14 Jan 2024 23:07:05 +0530 Subject: [PATCH] change mpv screenshot path --- .config/mpv/mpv.conf | 2 +- .config/tmux/tmux.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 51d9cfa..ffaab36 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -30,7 +30,7 @@ volume-max=200 # SCREENSHOT screenshot-format=png -screenshot-directory="~/pix/ss/mpv" # Output directory +# screenshot-directory="~/pix/ss/mpv" # Output directory screenshot-template="%f-%wH.%wM.%wS.%wT-#%#00n" # SUBTITLES diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a30b047..7b9a02d 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -29,6 +29,8 @@ bind k select-pane -U # Move focus to pane below the current o bind l select-pane -R # Move focus to pane on the right bind Space last-window # Toggle between previously focused window +bind c new-window -c "#{pane_current_path}" # Keep current path + bind-key -r i run-shell "tmux neww tms" # Resizing panes (notes that is using the uppercase here and resize by 5 chars)