typo? maybe
This commit is contained in:
@@ -71,7 +71,7 @@ cursor {
|
||||
hide-when-typing
|
||||
}
|
||||
|
||||
// I love round corners
|
||||
// I love rounded corners
|
||||
window-rule {
|
||||
geometry-corner-radius 14
|
||||
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('-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('arguments', nargs='*',
|
||||
parser.add_argument('apps', nargs='*',
|
||||
help="'app1 !app2' to include(only) / exclude(all but) specific applications. "
|
||||
"Available apps: " + ', '.join(SCRIPTS.keys()))
|
||||
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
# Launch mpv with smooth motion interpolation enabled
|
||||
|
||||
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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user