From 7dc673e485846cf586a000d4f34b4c2ff1e54b7b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 3 May 2025 10:39:41 +0530 Subject: [PATCH] Add XFCE to the X11 compatibility matrix --- docs/kittens/panel.rst | 6 ++++++ kitty_tests/panels.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/kittens/panel.rst b/docs/kittens/panel.rst index 0c6fcc907..65daed177 100644 --- a/docs/kittens/panel.rst +++ b/docs/kittens/panel.rst @@ -204,3 +204,9 @@ Compatibility with various platforms - 🟢 - 🟢 - + + * - XFCE + - 🟢 + - 🟢 + - 🟢 + - diff --git a/kitty_tests/panels.py b/kitty_tests/panels.py index 211aa0cad..8074d7ece 100755 --- a/kitty_tests/panels.py +++ b/kitty_tests/panels.py @@ -28,4 +28,4 @@ r('right panel, check struts', 'panel -o background_opacity=0.2 --edge=right --c r('background, check transparency and margins and no input focus', 'panel -o background_opacity=0.2 --edge=background --margin-top=50 --margin-bottom=50 --margin-left=100 --margin-right=100') -r('quake, check transparency and focus on show/re-show', 'kitten quick-access-terminal') +r('quake, check transparency and focus on show/re-show', 'quick-access-terminal')