fix: nwg-display as an app not overlay

This commit is contained in:
Jet 2026-05-07 11:32:03 -07:00
parent 654af2e2b1
commit a7314b08f1
No known key found for this signature in database

View file

@ -172,6 +172,7 @@ in
for_window [app_id="signal-desktop"] move to workspace number 5, fullscreen enable
for_window [class="Zulip"] move to workspace number 6, fullscreen enable
for_window [app_id="org.zulip.Zulip"] move to workspace number 6, fullscreen enable
for_window [app_id="nwg-displays"] floating enable, focus
${pkgs.lib.concatMapStringsSep "\n" (command: "exec ${command}") commonStartup}
${pkgs.lib.concatMapStringsSep "\n" (command: "exec ${command}") appStartup}