typo? maybe

This commit is contained in:
2026-01-01 01:12:00 +01:00
parent 721e00df27
commit d3a5b79e15
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ cursor {
hide-when-typing hide-when-typing
} }
// I love round corners // I love rounded corners
window-rule { window-rule {
geometry-corner-radius 14 geometry-corner-radius 14
clip-to-geometry true clip-to-geometry true
@@ -225,7 +225,7 @@ def main():
parser.add_argument('-i', '--image', type=str, help="Path to the image") parser.add_argument('-i', '--image', type=str, help="Path to the image")
parser.add_argument('-f', '--flavor', type=str, help="Flavor to apply") parser.add_argument('-f', '--flavor', type=str, help="Flavor to apply")
parser.add_argument('-c', '--color', type=str, help="Color to match from the palette") parser.add_argument('-c', '--color', type=str, help="Color to match from the palette")
parser.add_argument('arguments', nargs='*', parser.add_argument('apps', nargs='*',
help="'app1 !app2' to include(only) / exclude(all but) specific applications. " help="'app1 !app2' to include(only) / exclude(all but) specific applications. "
"Available apps: " + ', '.join(SCRIPTS.keys())) "Available apps: " + ', '.join(SCRIPTS.keys()))
+2 -1
View File
@@ -4,5 +4,6 @@
# Launch mpv with smooth motion interpolation enabled # Launch mpv with smooth motion interpolation enabled
export NVPRESENT_ENABLE_SMOOTH_MOTION=1 export NVPRESENT_ENABLE_SMOOTH_MOTION=1
export __GL_GSYNC_ALLOWED=0
mpv --vo=gpu-next --gpu-api=vulkan --gpu-context=waylandvk --video-sync=audio "$@" mpv --vo=gpu-next --gpu-api=vulkan --gpu-context=waylandvk --video-sync=audio --interpolation=no --hwdec=nvdec-copy "$@"