change mpv screenshot path
This commit is contained in:
parent
de76520653
commit
59f2c95df1
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue