My NixOS dotfiles
0

Configure Feed

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

๐Ÿšš Move kdenlive to fullscreen on its own thing

Simon R. - fantomitechno (Feb 17, 2026, 12:52 AM +0100) 77f083c1 460c217f

+16
+16
home/niri/config/desktop.kdl
··· 28 28 workspace "stm" { 29 29 open-on-output "DP-1" 30 30 } 31 + 31 32 workspace "other" { 32 33 open-on-output "DP-1" 34 + } 35 + 36 + workspace "edit" { 37 + open-on-output "DP-1" 38 + } 39 + 40 + window-rule { 41 + match app-id="kdenlive" 42 + open-on-workspace "edit" 43 + open-maximized true 44 + } 45 + 46 + window-rule { 47 + match app-id="Audacity" 48 + open-on-workspace "edit" 33 49 }