making small tweaks to hyprland and mpv
This commit is contained in:
parent
20c4af554c
commit
4317ca65bd
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
5
guix/home-services/hyprland.scm.bak
Normal file
5
guix/home-services/hyprland.scm.bak
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
;; (define-module (hyprland)
|
||||||
|
;; #:use-module (ice-9 popen)
|
||||||
|
;; #:use-module (ice-9 rdelim))
|
||||||
|
|
||||||
|
;; (read-line)
|
Loading…
Reference in a new issue