From 4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 6 Apr 2025 10:48:39 +0200 Subject: ... --- _sources/generated.json | 6 +++--- _sources/generated.nix | 6 +++--- accounts/gkleen@sif/default.nix | 2 +- accounts/gkleen@sif/niri/default.nix | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_sources/generated.json b/_sources/generated.json index df003eed..b85cb274 100644 --- a/_sources/generated.json +++ b/_sources/generated.json @@ -456,10 +456,10 @@ "pinned": false, "src": { "name": null, - "sha256": "sha256-MMsHj4A7U5sqZlIcXshtMowH90rsqUQAaeWGGcKZzxU=", + "sha256": "sha256-G/4OZg0acKCeJ7LVj5LjCx4uNizEh4KfL4JDRq5J+5E=", "type": "url", - "url": "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.3.27.tar.gz" + "url": "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.3.31.tar.gz" }, - "version": "2025.3.27" + "version": "2025.3.31" } } \ No newline at end of file diff --git a/_sources/generated.nix b/_sources/generated.nix index 199db5d7..ddcbbf10 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix @@ -278,10 +278,10 @@ }; yt-dlp = { pname = "yt-dlp"; - version = "2025.3.27"; + version = "2025.3.31"; src = fetchurl { - url = "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.3.27.tar.gz"; - sha256 = "sha256-MMsHj4A7U5sqZlIcXshtMowH90rsqUQAaeWGGcKZzxU="; + url = "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.3.31.tar.gz"; + sha256 = "sha256-G/4OZg0acKCeJ7LVj5LjCx4uNizEh4KfL4JDRq5J+5E="; }; }; } diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index a062e83e..11f24f31 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix @@ -345,7 +345,7 @@ in { { event = "lock"; command = lockCommand; } ]; timeouts = [ - { timeout = 330; command = lockCommand; } + { timeout = 600; command = lockCommand; } ]; extraArgs = [ "-w" diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 302baea9..216a98ea 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix @@ -222,7 +222,7 @@ in { { event = "after-resume"; command = "${lib.getExe niri} msg action power-on-monitors"; } ]; timeouts = [ - { timeout = 300; + { timeout = 540; command = "${lib.getExe niri} msg action power-off-monitors"; } ]; @@ -409,7 +409,7 @@ in { # (leaf "focus-follows-mouse" {}) # (flag "warp-mouse-to-focus") - (plain "touchpad" [ (flag "off") ]) + # (plain "touchpad" [ (flag "off") ]) (plain "trackball" [ (leaf "scroll-method" "on-button-down") (leaf "scroll-button" 278) -- cgit v1.2.3