summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/.config/mimeapps.list3
-rw-r--r--common/.emacs.d/init.el7
-rw-r--r--common/.local/share/applications/torrent.desktop5
-rw-r--r--common/.xinitrc3
4 files changed, 1 insertions, 17 deletions
diff --git a/common/.config/mimeapps.list b/common/.config/mimeapps.list
index 70f6cc8..b7142a1 100644
--- a/common/.config/mimeapps.list
+++ b/common/.config/mimeapps.list
@@ -15,9 +15,6 @@ text/html=firefox-esr.desktop;
application/pdf=emacsclient.desktop;
application/epub+zip=emacsclient.desktop;
-x-scheme-handler/magnet=torrent.desktop;
-application/x-bittorrent=torrent.desktop;
-
x-scheme-handler/mailto=emacsclient-mail.desktop;
x-scheme-handler/http=firefox-esr.desktop;
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el
index 0a17db2..6594017 100644
--- a/common/.emacs.d/init.el
+++ b/common/.emacs.d/init.el
@@ -3898,10 +3898,6 @@ instead."
:config
(setq kana-loop-speed 3.0))
-(use-package transmission
- :if (group-enabled-p 'torrents)
- :ensure t)
-
(use-package magit
:ensure t
:init
@@ -4009,7 +4005,6 @@ instead."
(define-rrr browser browse-url-firefox-program ".*[Ff]irefox.*")
(define-rrr process-viewer "proced" "\\*Proced\\*")
(define-rrr agenda "org-agenda-list" "\\*Org Agenda\\*")
- (define-rrr torrents "transmission" "^\\*transmission\\*$")
(define-rrr networks "nmtui" "nmtui")
(define-rrr bluetooth "bluetuith" "bluetuith")
(define-rrr mixer "pulsemixer" "pulsemixer")
@@ -4280,7 +4275,7 @@ instead."
("s-x p" process-viewer)
("s-x e" email)
("s-x c" jabber-global-keymap)
- ("s-x t" torrents)
+ ("s-x t" downloads)
("s-x v" empv-toggle-video)
("s-x w" networks)
("s-x W" bluetooth)
diff --git a/common/.local/share/applications/torrent.desktop b/common/.local/share/applications/torrent.desktop
deleted file mode 100644
index 40c5a25..0000000
--- a/common/.local/share/applications/torrent.desktop
+++ /dev/null
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Transmission add
-Exec=transmission-remote -a %u
-NoDisplay=true
diff --git a/common/.xinitrc b/common/.xinitrc
index 8e0af9c..04ec5a6 100644
--- a/common/.xinitrc
+++ b/common/.xinitrc
@@ -6,9 +6,6 @@ xsettingsd &
xset s 3600
[ ! "$IS_UNDERPOWERED" = 1 ] && picom --config ~/.picom.conf &
unclutter -root -idle 5 &
-(pidof transmission-daemon >/dev/null || \
- (which transmission-daemon 2>&1 >/dev/null &&\
- transmission-daemon)) &
[ "$IS_MAIN" = 1 ] && x11vnc -display :0 -forever &
xsetroot -cursor_name left_ptr
autocutsel &