Add rofi, update fish cfg/scripts, update nvim cfg, update wezterm cfg

This commit is contained in:
mitchell 2024-07-04 18:25:22 -04:00
parent e801f0a680
commit 6e8bb638ee
24 changed files with 104 additions and 77 deletions

View file

@ -1,4 +1,9 @@
function jmpv -d 'Open jellyfin-mpv-shim in a tmux session of its own'
if command --query prime-run
set --function --export __NV_PRIME_RENDER_OFFLOAD 1
set --function --export __GLX_VENDOR_LIBRARY_NAME nvidia
end
tmux new-session -s jmpv jellyfin-mpv-shim
or tmux attach-session -t jmpv
end