Commit fd5887192ea3

Vincent Demeester <vincent@sbr.pm>
2026-02-13 22:19:43
feat(niri): add window rule for raffi launcher
Make raffi windows open as floating with 800px width for better UX as an application launcher.
1 parent 57d5181
Changed files (1)
dots
config
dots/config/niri/config.kdl
@@ -121,6 +121,13 @@ window-rule {
     open-floating true
 }
 
+// Open raffi launcher as floating
+window-rule {
+    match app-id=r#"^com\.chmouel\.raffi$"#
+    open-floating true
+    default-column-width { fixed 800; }
+}
+
 window-rule {
     match is-floating=true
     shadow {