added nvim

This commit is contained in:
2025-09-30 19:35:36 +02:00
parent 70c935e1a9
commit 82b0f111c2
21 changed files with 663 additions and 90 deletions

View File

@@ -47,6 +47,7 @@ floating_layout = layout.Floating(
Match(wm_class="pavucontrol"),
Match(wm_class="org.gnome.FileRoller"),
Match(wm_class="lximage-qt"),
Match(wm_class="matplotlib"),
],
**floating_layout_defaults,
)