summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/exwm-holyK-firefox.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-01-21 14:09:53 +0200
committerThanos Apollo <[email protected]>2023-01-21 14:09:53 +0200
commit95f5f5083c24cbed08807558ff6028b2e6bdc010 (patch)
tree9ad41c9c67c5da61cd3dfe1860493b6cceeb73f6 /.emacs.d/snippets/exwm-holyK-firefox.el
parent2e5f8c1421cf5af4bada6246a1fdfe2cc6d29216 (diff)
holy:Update holyk name-class
Diffstat (limited to '.emacs.d/snippets/exwm-holyK-firefox.el')
-rw-r--r--.emacs.d/snippets/exwm-holyK-firefox.el5
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."