change mpv screenshot path

This commit is contained in:
krolyxon 2024-01-14 23:07:05 +05:30
parent de76520653
commit 59f2c95df1
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)