1
0
Fork 0

feat: Restrict akame workspaces to one output each

This commit is contained in:
lwad 2024-04-21 18:30:45 +01:00
parent c4bf7bc85a
commit cfb7a664d7
2 changed files with 2 additions and 6 deletions

View File

@ -57,8 +57,8 @@
};
outputWorkspaceMappings = let strings = map (x: toString x);
in {
"HDMI-0 DVI-D-0" = strings [ 1 2 3 4 5 ];
"DVI-D-0 HDMI-0" = strings [ 6 7 8 9 10 ];
"HDMI-0" = strings [ 1 2 3 4 5 ];
"DVI-D-0" = strings [ 6 7 8 9 10 ];
};
};
filesystems.simple.enable = true;

View File

@ -488,10 +488,6 @@ with lib; {
command = "${pkgs.xcompmgr}/bin/xcompmgr";
notification = false;
}
{
command = config.lwad.applications.terminalEmulator.default;
notification = false;
}
];
window = {
commands = [{