adding magnet links and some other small tweaks to startup
This commit is contained in:
parent
217e0d8826
commit
99a4d8420e
|
@ -96,6 +96,7 @@ in {
|
||||||
"application/pdf" = "emacsclient.desktop";
|
"application/pdf" = "emacsclient.desktop";
|
||||||
"x-scheme-handler/about" = "firefox.desktop";
|
"x-scheme-handler/about" = "firefox.desktop";
|
||||||
"x-scheme-handler/unknown" = "firefox.desktop";
|
"x-scheme-handler/unknown" = "firefox.desktop";
|
||||||
|
"x-scheme-handler/magnet" = "torrent.desktop";
|
||||||
};
|
};
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"video/mp4" = "mpv.desktop";
|
"video/mp4" = "mpv.desktop";
|
||||||
|
@ -134,6 +135,7 @@ in {
|
||||||
"application/pdf" = "emacsclient.desktop";
|
"application/pdf" = "emacsclient.desktop";
|
||||||
"x-scheme-handler/about" = "firefox.desktop";
|
"x-scheme-handler/about" = "firefox.desktop";
|
||||||
"x-scheme-handler/unknown" = "firefox.desktop";
|
"x-scheme-handler/unknown" = "firefox.desktop";
|
||||||
|
"x-scheme-handler/magnet" = "torrent.desktop";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -363,11 +363,11 @@ in
|
||||||
"hyprctl dispatch --batch 'splitratio 1; splitration -0.35'"
|
"hyprctl dispatch --batch 'splitratio 1; splitration -0.35'"
|
||||||
"dbus-update-activation-environment --systemd --all"
|
"dbus-update-activation-environment --systemd --all"
|
||||||
"/usr/lib/kdeconnectd"
|
"/usr/lib/kdeconnectd"
|
||||||
"systemctl --user stop jellyfin-mpv-shim"
|
# "systemctl --user stop jellyfin-mpv-shim"
|
||||||
# "systemctl --user stop emacs"
|
# "systemctl --user stop emacs"
|
||||||
"systemctl --user stop nextcloud-client"
|
"systemctl --user stop nextcloud-client"
|
||||||
"jellyfin-mpv-shim"
|
# "jellyfin-mpv-shim"
|
||||||
"nextcloud"
|
# "nextcloud"
|
||||||
"kdeconnect-indicator"
|
"kdeconnect-indicator"
|
||||||
"wl-paste --watch cliphist store"
|
"wl-paste --watch cliphist store"
|
||||||
"hyprctl setcursor phinger-cursors-light 24"
|
"hyprctl setcursor phinger-cursors-light 24"
|
||||||
|
|
Loading…
Reference in a new issue