summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org9
1 files changed, 6 insertions, 3 deletions
diff --git a/init.org b/init.org
index 1ccf0cc..9e81b65 100644
--- a/init.org
+++ b/init.org
@@ -507,6 +507,7 @@
(file-symlink-p current)
t))))
(make-symbolic-link (expand-file-name f) current t)
+ (make-symbolic-link (expand-file-name f) "~/.lockimage" t)
(if jao-sway-enabled-p
(jao-swaymsg (format "output * bg %s fill" current))
(shell-command (format "xwallpaper --zoom %s" f))))))
@@ -2724,6 +2725,7 @@
#+BEGIN_SRC emacs-lisp
(setq eshell-directory-name "~/.emacs.d/eshell")
(setq eshell-aliases-file (jao-data-file "eshell.alias"))
+ (setq eshell-hist-ignoredups 'erase)
#+END_SRC
***** Colors
#+begin_src emacs-lisp
@@ -4027,6 +4029,7 @@
(use-package jao-mpris
:config
(jao-mpris-minibuffer-order 50)
+ (setq jao-mpris--current)
(dolist (name '("spotifyd" "spotify" "mopidy"))
(jao-mpris-minibuffer-register name)
(jao-mpris-minibuffer-register name :system)))
@@ -4166,9 +4169,9 @@
("t" jao-spotify-track "track")
("P" jao-spotify-playlist "playlist"))
"Play"
- (("s" libmpdel-playback-play-pause "toggle")
- ("n" libmpdel-playback-next "next")
- ("p" libmpdel-playback-previous "previous")
+ (("s" espotify-play-pause "toggle")
+ ("n" espotify--next "next")
+ ("p" espotify-previous "previous")
("w" jao-mpdel-show-osd "currently playing"))
"Browse"
(("b" mpdel-pop-to-browser "browser")