diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..18649c0 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,3 @@ +hwdec=auto +gpu-api=vulkan + diff --git a/.config/tmuxinator/hv.yml b/.config/tmuxinator/hv.yml index c18b3b9..ec675e0 100644 --- a/.config/tmuxinator/hv.yml +++ b/.config/tmuxinator/hv.yml @@ -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