summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-exwm.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-02 02:37:20 +0100
committerjao <jao@gnu.org>2022-09-02 02:37:20 +0100
commit2c6afef1f6bb75097bd192ccb8a88489da4eb063 (patch)
tree656149d9ccab329a71780fb71f8265e100b588f8 /custom/jao-custom-exwm.el
parent68d9a048cdd05d19fe79f87a2ec32dde14fd282b (diff)
downloadelibs-2c6afef1f6bb75097bd192ccb8a88489da4eb063.tar.gz
elibs-2c6afef1f6bb75097bd192ccb8a88489da4eb063.tar.bz2
afio frame toggling and clean-ups
Diffstat (limited to 'custom/jao-custom-exwm.el')
-rw-r--r--custom/jao-custom-exwm.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el
index 842fd1a..d40b297 100644
--- a/custom/jao-custom-exwm.el
+++ b/custom/jao-custom-exwm.el
@@ -238,7 +238,7 @@
(defun ,toggler (,arg)
(interactive "P")
(if (and (not ,arg) (equal exwm-class-name ,class))
- (jao-afio--goto-main)
+ (jao-afio-goto-main)
(,name))))))
(defun jao-exwm--send-str (str)
@@ -309,7 +309,7 @@
(car (jao-zathura--file-info b))))
(jao-zathura--buffers)))
(page-no (or page-no (jao-doc-view-current-page))))
- (if jao-exwm--use-afio (jao-afio--goto-docs) (jao-exwm--goto-docs))
+ (if jao-exwm--use-afio (jao-afio-goto-docs) (jao-exwm--goto-docs))
(if (not buffer)
(jao-exwm-run (if page-no
(format "zathura -P %s '%s'" page-no file-name)
@@ -395,7 +395,7 @@
(or (jao-zathura--buffer-p b)
(member (buffer-local-value 'major-mode b)
'(pdf-view-mode doc-view-mode))))))))
- (jao-afio--goto-docs)
+ (jao-afio-goto-docs)
(pop-to-buffer b)))
@@ -482,11 +482,11 @@
(setq
exwm-input-global-keys
- '(([?\s-0] . jao-afio--goto-scratch)
- ([?\s-1] . jao-afio--goto-main)
- ([?\s-2] . jao-afio--goto-mail)
- ([?\s-3] . jao-afio--goto-www)
- ([?\s-4] . jao-afio--goto-docs)
+ '(([?\s-0] . jao-afio-goto-scratch)
+ ([?\s-1] . jao-afio-goto-main)
+ ([?\s-2] . jao-afio-goto-mail)
+ ([?\s-3] . jao-afio-goto-www)
+ ([?\s-4] . jao-afio-goto-docs)
([?\s-A] . org-agenda-list)
([?\s-a] . jao-first-window)
([?\s-b] . jao-transient-org-blog)