diff options
| author | jao <jao@gnu.org> | 2022-05-25 23:24:31 +0100 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2022-05-28 18:13:12 +0100 | 
| commit | f35c9105509b1c5e01081cf413c68cec575a9047 (patch) | |
| tree | 64f8e5fc5aacb5e0e621026119aaccbefd2a2bd7 /exwm.org | |
| parent | 2f041bda5cedfdce0a6a8b3599d1f6f779764619 (diff) | |
| download | elibs-f35c9105509b1c5e01081cf413c68cec575a9047.tar.gz elibs-f35c9105509b1c5e01081cf413c68cec575a9047.tar.bz2  | |
nits
Diffstat (limited to 'exwm.org')
| -rw-r--r-- | exwm.org | 7 | 
1 files changed, 5 insertions, 2 deletions
@@ -437,7 +437,8 @@          (let ((cb (current-buffer)))            (switch-to-buffer b)            (jao-exwm--send-str "yy") -          (switch-to-buffer cb)))) +          (prog1 (current-kill 1) +           (switch-to-buffer cb)))))    #+end_src  * Transients @@ -511,7 +512,8 @@         ([?\s-A] . org-agenda-list)         ([?\s-a] . jao-first-window)         ([?\s-b] . jao-transient-org-blog) -       ([?\s-d] . jao-exwm-tidal*) +       ;; ([?\s-d] . jao-exwm-tidal*) +       ([?\s-d] . jao-mpc-echo-current)         ([?\s-e] . jao-exwm-firefox*)         ([?\s-m] . jao-transient-media)         ;; ([?\s-O] . jao-transpose-windows) @@ -531,6 +533,7 @@         ([XF86AudioPause] . jao-player-toggle)         ([XF86AudioNext] . jao-player-next)         ([XF86AudioPrev] . jao-player-previous) +       ([XF86AudioStop] . jao-player-stop)         ([XF86AudioRaiseVolume] . jao-mixer-master-up)         ([XF86AudioLowerVolume] . jao-mixer-master-down)         ([XF86MonBrightnessUp] . jao-bright-up)  | 
