From dd0276bfd96e36a5b59fcc7cd78d3dbe123e3435 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 7 Jun 2024 21:59:18 +0100 Subject: better exwm pop-ups --- custom/jao-custom-exwm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el index d90eeda..dbad1da 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -130,7 +130,7 @@ (defun jao-exwm--setup-float () (set-frame-parameter nil 'jao-position nil) - (cond ((string= "Firefox" exwm-class-name) + (cond ((member exwm-class-name '("firefox" "Firefox" "Sofice")) (jao-exwm--center-float 900 600)) ((member exwm-class-name '("mpv" "vlc")) (jao-exwm--center-float 1200)))) -- cgit v1.2.3