Browse Source

mpv rotate

master
Kevin Mok 7 months ago
parent
commit
bd1366faf6
No known key found for this signature in database GPG Key ID: 6DEED612B26C08E2
  1. 5
      aliases/key_dirs.tmpl
  2. 6
      dot_config/fish/config.fish.tmpl
  3. 2
      dot_config/i3/config.tmpl
  4. 2
      dot_config/mpv/input.conf
  5. 3
      dot_vimrc.tmpl

5
aliases/key_dirs.tmpl

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

6
dot_config/fish/config.fish.tmpl

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

2
dot_config/i3/config.tmpl

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

2
dot_config/mpv/input.conf

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

3
dot_vimrc.tmpl

@ -338,7 +338,8 @@ Plug 'junegunn/vim-easy-align'
nmap ga <Plug>(EasyAlign)
Plug 'wlangstroth/vim-racket'
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()
Plug 'cespare/vim-toml'
Plug 'dpelle/vim-LanguageTool'

Loading…
Cancel
Save