From 39ff9a59079e176ea1d76b08fec977f4d47c3682 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 3 Sep 2024 11:09:51 +0200 Subject: ... --- accounts/gkleen@sif/hyprland.nix | 1 + accounts/gkleen@sif/systemd.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'accounts') diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 8c920354..7cfd6848 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix @@ -126,6 +126,7 @@ in { bind = [ "$mainMod, return, exec, $terminal" "$mainMod, Q, killactive" + "$mainMod SHIFT, Q, exec, hyprctl kill" "$mainMod, V, togglefloating" "$mainMod, D, exec, $menu" "$mainMod SHIFT, D, exec, $menu --list-executables-in-path" diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index d654811e..33bf7ef2 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix @@ -312,6 +312,7 @@ in { 'home': str(Path.home() / 'media'), 'temp': str(Path(environ['CACHE_DIRECTORY'])), }, + 'noplaylist': True, **(args['params'] if 'params' in args else {}), } with YoutubeDL(ydl_opts) as ytdl: -- cgit v1.2.3