diff options
author | jao <jao@gnu.org> | 2024-01-12 02:14:09 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-01-12 02:14:09 +0000 |
commit | 7565b0b51157d1f7857abeef8d0a09427d3d3436 (patch) | |
tree | 59201e7f5af85471557d887a515b586bb9644d62 | |
parent | 33f14ed05e6c7dde3b7d9e42ee1a36d1f05e14d2 (diff) | |
download | elibs-7565b0b51157d1f7857abeef8d0a09427d3d3436.tar.gz elibs-7565b0b51157d1f7857abeef8d0a09427d3d3436.tar.bz2 |
firefox changed its class name
-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 68dd3b2..ce6189d 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -412,7 +412,7 @@ ("m" "open with mupdf" jao-exwm-open-with-mupdf)]) ;;; Firefox support -(jao-def-exwm-toggler jao-exwm-firefox -1 "Firefox" "firefox") +(jao-def-exwm-toggler jao-exwm-firefox -1 "firefox" "firefox") (defun jao-exwm-browse-with-firefox (&rest args) (jao-exwm-firefox) |