summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-exwm.el2
1 files changed, 1 insertions, 1 deletions
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))))