diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-exwm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el index f0e21da..d28f51b 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -240,7 +240,7 @@ (defun ,toggler (,arg) (interactive "P") (if (and (not ,arg) (equal exwm-class-name ,class)) - (jao-afio-goto-main) + (jao-afio-toggle) (,name)))))) (defun jao-exwm--send-str (str) |