From 99a4d8420eb3ba8d6d67c752f74813705b6b96ba Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 24 Feb 2025 10:00:54 -0600 Subject: [PATCH] adding magnet links and some other small tweaks to startup --- home/home.nix | 2 ++ home/modules/hyprland.nix | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/home/home.nix b/home/home.nix index b7550e6..b3bd55c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -96,6 +96,7 @@ in { "application/pdf" = "emacsclient.desktop"; "x-scheme-handler/about" = "firefox.desktop"; "x-scheme-handler/unknown" = "firefox.desktop"; + "x-scheme-handler/magnet" = "torrent.desktop"; }; defaultApplications = { "video/mp4" = "mpv.desktop"; @@ -134,6 +135,7 @@ in { "application/pdf" = "emacsclient.desktop"; "x-scheme-handler/about" = "firefox.desktop"; "x-scheme-handler/unknown" = "firefox.desktop"; + "x-scheme-handler/magnet" = "torrent.desktop"; }; }; diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 08c02bb..b0cd6cc 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -363,11 +363,11 @@ in "hyprctl dispatch --batch 'splitratio 1; splitration -0.35'" "dbus-update-activation-environment --systemd --all" "/usr/lib/kdeconnectd" - "systemctl --user stop jellyfin-mpv-shim" + # "systemctl --user stop jellyfin-mpv-shim" # "systemctl --user stop emacs" "systemctl --user stop nextcloud-client" - "jellyfin-mpv-shim" - "nextcloud" + # "jellyfin-mpv-shim" + # "nextcloud" "kdeconnect-indicator" "wl-paste --watch cliphist store" "hyprctl setcursor phinger-cursors-light 24"