From e8741f94b01caf7c93090e8f116154aedffd9e57 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 4 Dec 2020 22:14:01 -0500 Subject: [PATCH] Added mpv.conf, updated tmuxinator hv --- .config/mpv/mpv.conf | 3 +++ .config/tmuxinator/hv.yml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .config/mpv/mpv.conf 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