diff options
author | jao <jao@gnu.org> | 2024-06-07 21:59:18 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-06-07 21:59:28 +0100 |
commit | dd0276bfd96e36a5b59fcc7cd78d3dbe123e3435 (patch) | |
tree | 96de6add38c5617d234d72e4ff607f59465cd12d | |
parent | e008e3a1bf4a30d0f98af2d816909324b229bbc5 (diff) | |
download | elibs-dd0276bfd96e36a5b59fcc7cd78d3dbe123e3435.tar.gz elibs-dd0276bfd96e36a5b59fcc7cd78d3dbe123e3435.tar.bz2 |
better exwm pop-ups
-rw-r--r-- | custom/jao-custom-exwm.el | 2 |
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)))) |