From 5a8b0b7ee922ea08513ec1593fd1e2a8e209652a Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 23 May 2021 13:32:12 +0100 Subject: nits --- exwm.org | 4 +++- init.org | 9 +++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/exwm.org b/exwm.org index 351209e..092e242 100644 --- a/exwm.org +++ b/exwm.org @@ -499,6 +499,8 @@ (define-key exwm-mode-map (kbd "C-c O") #'jao-exwm-pdf-goto-org*) (define-key exwm-mode-map (kbd "M-o") #'other-window) + (defalias 'jao-other-window 'switch-window) + (setq exwm-input-global-keys '(([?\s-0] . jao-afio--goto-scratch) @@ -514,7 +516,7 @@ ([?\s-t] . jao-vterm-here-toggle) ([?\s-n] . jao-hydra-ednc/body) ([?\s-O] . jao-transpose-windows) - ([?\s-o] . other-window) + ([?\s-o] . jao-other-window) ([?\s-r] . app-launcher-run-app) ([?\s-x] . jao-hydra-exwm-misc/body) ([?\s-z] . jao-hydra-sleep/body) diff --git a/init.org b/init.org index 0b458d9..aa271d6 100644 --- a/init.org +++ b/init.org @@ -1610,7 +1610,7 @@ (,jao--see-exts . jao--see) ("^file://?.+\\.html?$" . ,jao-browse-url-function) ("^file://?" . jao--find-file-other-window) - ("^https?://git\\(hub\\|lab\\)\\.com\\..*" . + ("^https?://git\\(hub\\|lab\\)\\.com/.*" . ,jao-browse-url-external-function) ("^https?://.*\\.slack\\..*" . ,jao-browse-url-external-function) ("^https?://.*\\.gotomeeting\\.com\\.*" . browse-url-chrome) @@ -3014,10 +3014,11 @@ 'circe-server-mode 'circe-query-mode) + (enable-lui-track) (circe-lagmon-mode) - (enable-circe-color-nicks) - (enable-circe-display-images) - (enable-lui-track)) + (when (not (jao-colors-scheme-dark-p)) + (enable-circe-color-nicks)) + (enable-circe-display-images)) #+end_src *** slack [[https://github.com/jackellenberger/emojme#finding-a-slack-token][How to get a token]]: It's easyish! Open and sign into the slack -- cgit v1.2.3