My NixOS dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› Add more game on the good workspace

Simon R. - fantomitechno (Jun 8, 2026, 11:05 AM +0200) aee998c6 885e6364

+25
+25
home/niri/config/windows/games.kdl
··· 15 15 } 16 16 17 17 window-rule { 18 + match app-id=r#"steam"# 19 + open-on-workspace "stm" 20 + } 21 + 22 + window-rule { 18 23 match app-id=r#"[Cc]eleste"# 19 24 open-on-workspace "stm" 20 25 } ··· 42 47 window-rule { 43 48 match app-id="EverestSplash-linux" 44 49 open-on-workspace "stm" 50 + } 51 + 52 + window-rule { 53 + match app-id="PandoraLauncher" 54 + open-on-workspace "stm" 55 + } 56 + 57 + window-rule { 58 + match app-id="ArchipelagoLauncher" 59 + open-on-workspace "stm" 60 + } 61 + 62 + window-rule { 63 + match app-id="net.lutris.Lutris" 64 + open-on-workspace "stm" 65 + } 66 + 67 + window-rule { 68 + match app-id="steam" title=r#"^notificationtoasts_\d+_desktop$"# 69 + default-floating-position x=10 y=10 relative-to="bottom-right" 45 70 }