making small tweaks to hyprland and mpv

This commit is contained in:
Chris Cochrun 2023-07-13 17:01:52 -05:00
parent 20c4af554c
commit 4317ca65bd
3 changed files with 7 additions and 1 deletions

View file

@ -40,6 +40,7 @@ general {
#damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer #damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
layout=master layout=master
no_cursor_warps=true
} }
gestures { gestures {

View file

@ -9,7 +9,7 @@ af=scaletempo2
hwdec=auto hwdec=auto
rtsp-transport=udp rtsp-transport=udp
speed=1.95 speed=1.95
# gpu-context=wayland gpu-context=wayland
# ytdl-path=yt-dlp # ytdl-path=yt-dlp
ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best

View file

@ -0,0 +1,5 @@
;; (define-module (hyprland)
;; #:use-module (ice-9 popen)
;; #:use-module (ice-9 rdelim))
;; (read-line)