mpv rotate

This commit is contained in:
2023-10-15 18:28:55 -04:00
parent 35912c16b6
commit bd1366faf6
5 changed files with 15 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ rda ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure
rdt ~/coding/discord-bots rdt ~/coding/discord-bots
rdp ~/coding/discord-bots/pinky/cogs/CogManager/cogs/adventure rdp ~/coding/discord-bots/pinky/cogs/CogManager/cogs/adventure
sr ~/linux-config/scripts sr ~/linux-config/scripts
snp ~/.vim/plugged/vim-snippets/UltiSnips vsnps ~/.vim/plugged/vim-snippets/UltiSnips
sw ~/.local/share/nvim/swap/ sw ~/.local/share/nvim/swap/
ttd ~/.timetrace ttd ~/.timetrace
ttdr ~/.timetrace/records ttdr ~/.timetrace/records
@@ -173,6 +173,8 @@ sdvss ~/.local/share/StardewValley/Screenshots/
sdvsv ~/.config/StardewValley/Saves/Hevintales_355084144/ sdvsv ~/.config/StardewValley/Saves/Hevintales_355084144/
sdvsvg ~/Documents/stardew-valley-sdv-saves/hevintales sdvsvg ~/Documents/stardew-valley-sdv-saves/hevintales
snp /mnt/linux-files-2/Videos/ipad/marvel-snap
# ]]] gaming # # ]]] gaming #
# pey [[[ # # pey [[[ #
@@ -324,6 +326,7 @@ lw ~/Documents/lawrence
hih /mnt/linux-files-2/Videos/hot-in-herre hih /mnt/linux-files-2/Videos/hot-in-herre
bb /mnt/linux-files-2/Pictures/bball bb /mnt/linux-files-2/Pictures/bball
dh ~/Pictures/drake-hoodie dh ~/Pictures/drake-hoodie
ets /mnt/linux-files-2/Videos/eras-taylor-swift-movie
mt /mnt/linux-files-2/Pictures/mutant-tees mt /mnt/linux-files-2/Pictures/mutant-tees
sm /mnt/linux-files-2/Videos/sam-smith/named sm /mnt/linux-files-2/Videos/sam-smith/named
wg /mnt/linux-files-2/Pictures/weed-grow-23 wg /mnt/linux-files-2/Pictures/weed-grow-23

View File

@@ -261,5 +261,11 @@ abbr xya "export-pkgs"
# ]]] fxn abbr's # # ]]] fxn abbr's #
# aliases [[[ #
abbr ets "cd /mnt/linux-files-2/Videos/eras-taylor-swift-movie"
# ]]] aliases #
# task sync > /dev/null 2>&1 # task sync > /dev/null 2>&1
# ~/scripts/xmodmap-custom # ~/scripts/xmodmap-custom

View File

@@ -320,7 +320,7 @@ bindsym Control+$mod+y exec wal -i $($scripts_path/shuffler "$HOME/Pictures/Back
# ws names [[[ # # ws names [[[ #
set $ws1 "1  " set $ws1 "1 "
{{ if eq .chezmoi.hostname "x1-carbon" }} {{ if eq .chezmoi.hostname "x1-carbon" }}
set $secondary "HDMI2" set $secondary "HDMI2"
set $main "eDP1" set $main "eDP1"

View File

@@ -31,3 +31,5 @@ Shift+m revert-seek
# Z add sub-delay -0.25 # Z add sub-delay -0.25
u add sub-delay -0.25 u add sub-delay -0.25
i add sub-delay +0.25 i add sub-delay +0.25
ctrl+r cycle_values video-rotate "90" "180" "270" "0"

View File

@@ -338,7 +338,8 @@ Plug 'junegunn/vim-easy-align'
nmap ga <Plug>(EasyAlign) nmap ga <Plug>(EasyAlign)
Plug 'wlangstroth/vim-racket' Plug 'wlangstroth/vim-racket'
Plug 'neovimhaskell/haskell-vim' Plug 'neovimhaskell/haskell-vim'
Plug 'masukomi/vim-markdown-folding' " Plug 'masukomi/vim-markdown-folding'
Plug 'mikeboiko/vim-markdown-folding'
autocmd FileType markdown set foldexpr=NestedMarkdownFolds() autocmd FileType markdown set foldexpr=NestedMarkdownFolds()
Plug 'cespare/vim-toml' Plug 'cespare/vim-toml'
Plug 'dpelle/vim-LanguageTool' Plug 'dpelle/vim-LanguageTool'