mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 20:37:22 +00:00
Add rofi, update fish cfg/scripts, update nvim cfg, update wezterm cfg
This commit is contained in:
parent
e801f0a680
commit
6e8bb638ee
24 changed files with 104 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue