diff --git a/dconf/:org:gnome:settings-daemon:plugins:media-keys: b/dconf/:org:gnome:settings-daemon:plugins:media-keys: index b7a6144..9e02540 100644 --- a/dconf/:org:gnome:settings-daemon:plugins:media-keys: +++ b/dconf/:org:gnome:settings-daemon:plugins:media-keys: @@ -1,5 +1,5 @@ [/] -custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom8/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom9/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom10/'] +custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom8/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom9/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom10/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom11/'] www=['q'] [custom-keybindings/custom0] @@ -17,6 +17,11 @@ binding='k' command='keepassxc' name='KeepassXC' +[custom-keybindings/custom11] +binding='l' +command='Ladybird' +name='Ladybird' + [custom-keybindings/custom2] binding='s' command='budgie-control-center' diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 2c3e48d..231482c 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,4 +1,3 @@ -hwdec = yes save-position-on-quit = yes screenshot-format = webp screenshot-webp-lossless = yes @@ -24,6 +23,46 @@ osd-font = Cantarell ytdl-raw-options=sub-lang=en profile = gpu-hq -scale = spline36 -cscale = spline36 -dscale = spline36 +hwdec = auto-safe + +# ty jysze +scale = ewa_lanczossharp +scale-antiring = .4 +cscale = ewa_lanczossharp +dscale = ewa_robidoux +dscale-param1 = 0 +dscale-param2 = 0 +dscale-antiring = 0 +correct-downscaling = yes +sigmoid-upscaling = yes +dither-depth = 8 # Set to your displays bitdepth. +dither = fruit # Change to "ordered" if 10 or 12 bit display. +deband = no + +# AUTO PROFILES # + +[SDR] +profile-desc = "SDR" +profile-cond=p["video-params/gamma"]~="pq" and p["video-params/primaries"]~="bt.2020" and p["video-params/colormatrix"]~="dolbyvision" +gamut-mapping-mode = saturation # Do not change. +libplacebo-opts = gamut_expansion=yes # Do not change. + +[HDR WEBDL & Blu-ray / DV Blu-ray] +profile-desc = "HDR WEBDL & Blu-ray / DV Blu-ray" +profile-cond=p["video-params/gamma"]=="pq" and p["video-params/primaries"]=="bt.2020" and p["video-params/colorlevels"]~="full" +tone-mapping = spline # Change to your preferred if necessary. +target-prim = bt.709 +target-trc = bt.1886 +hdr-compute-peak = yes +gamut-mapping-mode = perceptual # Change to your preferred if necessary. +target-peak = 120 # Adjust this as you see fit. + +[DV WEBDL] +profile-desc = "DV WEBDL" +profile-cond=p["video-params/pixelformat"]=="p010" and p["video-params/colorlevels"]=="full" and p["video-params/colormatrix"]=="dolbyvision" +tone-mapping = bt.2446a # Change to your preferred if necessary. +target-prim = bt.709 +target-trc = bt.1886 +hdr-compute-peak = yes +gamut-mapping-mode = perceptual # Change to your preferred if necessary. +target-peak = 120 # Adjust this as you see fit.