summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/snippets/exwm-holyK-firefox.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/.emacs.d/snippets/exwm-holyK-firefox.el b/.emacs.d/snippets/exwm-holyK-firefox.el
index 5c0fa33..519f8c1 100644
--- a/.emacs.d/snippets/exwm-holyK-firefox.el
+++ b/.emacs.d/snippets/exwm-holyK-firefox.el
@@ -27,13 +27,14 @@
(define-key map (kbd "C-f") 'exwm-firefox-core-tab-next)
(define-key map (kbd "C-b") 'exwm-firefox-core-tab-previous)
(define-key map (kbd "C-y") 'exwm-firefox-core-paste)
- (define-key map (kbd "C-c C-f") 'exwm-firefox-core-find)
+ (define-key map (kbd "C-s") 'exwm-firefox-core-quick-find)
(define-key map (kbd "C-c C-c") 'exwm-firefox-core-copy)
(define-key map (kbd "C-c C-n") 'exwm-firefox-core-tab-new)
(define-key map (kbd "C-c C-k") 'exwm-firefox-core-tab-close)
(define-key map (kbd "C-c C-d") 'exwm-firefox-core-tab-close)
(define-key map (kbd "C-c C-b") 'exwm-firefox-core-history-back)
(define-key map (kbd "C-c C-f") 'exwm-firefox-core-history-forward)
+ (define-key map (kbd "C-l")'exwm-firefox-core-focus-search-bar)
map))
(defun holyK-activate-if-firefox ()
@@ -42,7 +43,7 @@ Firefox variant can be assigned in 'exwm-firefox-class-names`"
(interactive)
(if (member exwm-class-name exwm-firefox-class-names)
(list (exwm-firefox-holyK-mode 1)
- (setq-local exwm-input-line-mode-passthrough nil))
+ (setq-local exwm-input-line-mode-passthrough nil)
;;if exwm-input-line-mode-passthroug t mouse will stop working properly
- ))
+ )))