From 585774c4745cc2ce8f31c72be7d5673889015de8 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 27 Oct 2023 19:48:41 +0300 Subject: [PATCH] Leave those, although unused with scfb --- mpv/.mpv/config | 2 ++ x/bin/mylock | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mpv/.mpv/config b/mpv/.mpv/config index 69dc4b4..44144f2 100644 --- a/mpv/.mpv/config +++ b/mpv/.mpv/config @@ -5,6 +5,8 @@ display-tags=* gapless-audio=yes autosync=30 audio-channels=2 +hwdec=vaapi +hwdec-codecs=h264,hevc,vp8,vp9,mpeg2video,vc1 [AO] audio-device=oss//dev/vdsp diff --git a/x/bin/mylock b/x/bin/mylock index 5224569..e123f5b 100755 --- a/x/bin/mylock +++ b/x/bin/mylock @@ -1,6 +1,6 @@ #!/bin/sh -# xset dpms force off +xset dpms force off gpgconf --reload gpg-agent SSH_AUTH_SOCK=$HOME/.ssh/agent ssh-add -D slock -- 2.44.0