Reorganize files, use less extra options on Sway, move session commands to home-manager
This commit is contained in:
parent
5cdd7b1de8
commit
ee3b40f61f
25 changed files with 64 additions and 107 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue