diff options
author | jao <jao@gnu.org> | 2022-11-10 22:55:50 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-11-10 22:56:05 +0000 |
commit | 142a64b94501166be70444ea3047c7375641269d (patch) | |
tree | 3229e7175ca4ec9bdef69614f0c585b961328862 /custom | |
parent | e871380bc072e1f3295320196c0bd4a726752169 (diff) | |
download | elibs-142a64b94501166be70444ea3047c7375641269d.tar.gz elibs-142a64b94501166be70444ea3047c7375641269d.tar.bz2 |
exwm: recover goto scratch maximising
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-exwm.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el index 1a5e4c2..2f2bb7f 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -221,7 +221,7 @@ (interactive) ,@(when ws `((jao-exwm-workspace ,ws))) (if (jao-exwm-switch-to-class/title ,class) - ,(cond ((equal ws 5) '(delete-other-windows)) + ,(cond ((equal ws -1) '(delete-other-windows)) ((stringp (car args)) (cdr args)) (t args)) (setq jao-exwm--current-name ,class) @@ -277,7 +277,7 @@ (jao-def-exwm-runner jao-exwm-open-with-mupdf nil nil "mupdf" (buffer-file-name)) (jao-def-exwm-runner jao-exwm-xterm 0 nil "xterm") -;; (jao-def-exwm-toggler jao-exwm-tidal 5 "tidal-hifi" "tidal-hifi") +;; (jao-def-exwm-toggler jao-exwm-tidal -1 "tidal-hifi" "tidal-hifi") ;; (defalias 'jao-streaming-list #'jao-exwm-tidal) (defun jao-exwm-import-screen (&optional area) @@ -411,7 +411,7 @@ ("m" "open with mupdf" jao-exwm-open-with-mupdf)]) ;;; Firefox support -(jao-def-exwm-toggler jao-exwm-firefox 5 "Firefox" "firefox") +(jao-def-exwm-toggler jao-exwm-firefox -1 "Firefox" "firefox") (defun jao-exwm-browse-with-firefox (&rest args) (jao-exwm-firefox) |