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";
|
||||
"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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue