summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-02-08 21:29:59 +0000
committerjao <jao@gnu.org>2021-02-08 21:30:16 +0000
commita88985711f4f838762732bde2b5b75381ca71ee2 (patch)
treee6aa86f36705d97c4d638d34c8372757b04e4a38 /init.org
parent49b1f5acdd11c2e8e674c3ace69fec1fad7867e7 (diff)
downloadelibs-a88985711f4f838762732bde2b5b75381ca71ee2.tar.gz
elibs-a88985711f4f838762732bde2b5b75381ca71ee2.tar.bz2
more espotify control commands
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")