diff options
-rw-r--r-- | exwm.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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") |