Added mpv.conf, updated tmuxinator hv
This commit is contained in:
parent
48568ae1d4
commit
7d1332b87e
2 changed files with 6 additions and 3 deletions
3
.config/mpv/mpv.conf
Normal file
3
.config/mpv/mpv.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
hwdec=auto
|
||||
gpu-api=vulkan
|
||||
|
|
@ -43,7 +43,7 @@ root: ~/
|
|||
# post: tmux -CC attach -t hv
|
||||
|
||||
windows:
|
||||
- hv1: ssh root@hv1
|
||||
- hv2: ssh root@hv2
|
||||
- hv3: ssh root@hv3
|
||||
- hv1: ssh hv1 -t tmux a
|
||||
- hv2: ssh hv2 -t tmux a
|
||||
- hv3: ssh hv3 -t tmux a
|
||||
|
||||
|
|
Loading…
Reference in a new issue