From d02772fa100830e1b0caf800b2b6f62e5263d763 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 10 Jul 2021 02:24:57 +0100 Subject: secondary web browser in firefox workspace --- exwm.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/exwm.org b/exwm.org index d8cd0f4..d28b740 100644 --- a/exwm.org +++ b/exwm.org @@ -243,6 +243,11 @@ (jao-exwm-firefox) (delete-other-windows)) + (defun jao-exwm-browse-with-firefox (&rest args) + (jao-exwm-firefox-1) + (apply #'browse-url-firefox args)) + (setq browse-url-secondary-browser-function #'jao-exwm-browse-with-firefox) + (jao-def-runner jao-exwm-vlc 4 "VLC" "vlc") (jao-def-runner jao-exwm-slack 0 "Slack" "slack") -- cgit v1.2.3