diff options
author | jao <jao@gnu.org> | 2021-02-25 22:18:43 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-25 22:18:43 +0000 |
commit | 9164a4ac324f865c29ea90f0735cc0b6151aba4f (patch) | |
tree | a0db942c42b955030bdff8191b98d315b68af31c | |
parent | 3cb0608f65d659cebfdc86f531142f26980c1e8a (diff) | |
download | elibs-9164a4ac324f865c29ea90f0735cc0b6151aba4f.tar.gz elibs-9164a4ac324f865c29ea90f0735cc0b6151aba4f.tar.bz2 |
config nits
-rw-r--r-- | exwm.org | 1 | ||||
-rw-r--r-- | init.org | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -473,6 +473,7 @@ ([?\s-a] . jao-first-window) ([?\s-b] . jao-hydra-org-blog/body) ([?\s-c] . jao-hydra-chats/body) + ([?\s-e] . jao-exwm-firefox-1) ([?\s-t] . jao-vterm-here-toggle) ([?\s-n] . jao-hydra-ednc/body) ([?\s-O] . switch-window-then-swap-buffer) @@ -477,6 +477,7 @@ switch-window-minibuffer-shortcut nil) (jao-toggle-inactive-mode-line t) (jao-trisect t) + (jao-exwm-xmobar) (message "Welcome to exwm")) #+end_src *** sway @@ -4227,7 +4228,7 @@ ("P" jao-spotify-playlist "playlist")) "Play" (("s" espotify-play-pause "toggle") - ("n" espotify--next "next") + ("n" espotify-next "next") ("p" espotify-previous "previous") ("w" jao-mpdel-show-osd "currently playing")) "Browse" |