Reorganize files, use less extra options on Sway, move session commands to home-manager

This commit is contained in:
Bun 2025-05-09 17:37:01 -04:00
parent 5cdd7b1de8
commit ee3b40f61f
25 changed files with 64 additions and 107 deletions

View file

@ -1,7 +1,14 @@
{ config, ... }:
{
wayland.windowManager.sway.config = {
defaultWorkspace = "1:${config.ws.w1}";
defaultWorkspace = "workspace 1:${config.ws.w1}";
focus = {
mouseWarping = "container";
wrapping = "yes";
};
workspaceAutoBackAndForth = true;
window = {
titlebar = false;
@ -66,6 +73,5 @@
];
"44:${config.ws.w4a}" = [{ app_id = "com.obsproject.Studio"; }];
};
focus.newWindow = "focus";
};
}