changed stuff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
directory: ~/music/slsk/to-sort
|
||||
directory: ~/media/music/slsk/to-sort
|
||||
library: ~/.config/beets/beets-library.db
|
||||
|
||||
import:
|
||||
|
||||
@@ -280,9 +280,10 @@
|
||||
;; extra frontends to use:
|
||||
;; https://eddrit.com
|
||||
;; https://eu.safereddit.com
|
||||
;; https://redlib.catsarch.com/
|
||||
(defun opal/eww-reddit-redirect (url)
|
||||
"Redirect reddit.com (with or without www) to a privacy frontend."
|
||||
(replace-regexp-in-string "^https://\\(www\\.\\)?reddit\\.com" "https://eu.safereddit.com" url))
|
||||
(replace-regexp-in-string "^https://\\(www\\.\\)?reddit\\.com" "https://redlib.catsarch.com/" url))
|
||||
|
||||
(defun opal/eww-x-redirect (url)
|
||||
"Redirect x.com (with or without www) to a privacy frontend."
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
(package! pomm)
|
||||
(package! mixed-pitch)
|
||||
(package! guess-language)
|
||||
(package! sicp)
|
||||
(package! nov)
|
||||
(package! osm)
|
||||
(package! google-translate)
|
||||
|
||||
;; Remove
|
||||
(package! dirvish :disable t)
|
||||
|
||||
@@ -3,7 +3,7 @@ Description=Run water reminder every hour
|
||||
|
||||
[Timer]
|
||||
OnBootSec=10min
|
||||
OnUnitActiveSec=60min
|
||||
OnUnitActiveSec=90min
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
|
||||
Reference in New Issue
Block a user