diff options
-rw-r--r-- | .emacs.d/snippets/exwm-holyK-firefox.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.emacs.d/snippets/exwm-holyK-firefox.el b/.emacs.d/snippets/exwm-holyK-firefox.el index 61a0398..5e741a4 100644 --- a/.emacs.d/snippets/exwm-holyK-firefox.el +++ b/.emacs.d/snippets/exwm-holyK-firefox.el @@ -15,8 +15,9 @@ ;(require 'exwm-firefox-core) (defvar exwm-firefox-class-names - '("firefox-default" "firefox" "Firefox" "Nightly" "Icecat" "Iceweasel") - "The class name used for detecting if current buffer is a firefox browser.") + '("firefox-default" "firefox" "Firefox" + "Nightly" "Icecat" "icecat-default" "Iceweasel") + "The class name used for detecting if current buffer is a firefox browser.") (define-minor-mode exwm-firefox-holyK-mode "Get Emacs keybindings in Firefox with EXWM." |