fixed indentation and submodule
This commit is contained in:
parent
d02fb27bfa
commit
57b7e38d2a
1 changed files with 193 additions and 190 deletions
|
@ -21,7 +21,8 @@
|
||||||
personal.home_modules = [
|
personal.home_modules = [
|
||||||
(
|
(
|
||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
wayland.windowManager.sway.config {
|
{
|
||||||
|
wayland.windowManager.sway.config = {
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
fonts = {
|
fonts = {
|
||||||
names = [ "pango" ];
|
names = [ "pango" ];
|
||||||
|
@ -100,6 +101,7 @@
|
||||||
"${mod}+Shift+0" = "move container to workspace number 10";
|
"${mod}+Shift+0" = "move container to workspace number 10";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
### TODO : Resize mode and automatic floating
|
||||||
assigns = {
|
assigns = {
|
||||||
"1:说" = [ { title = "^Signal$|Discord$"; } ];
|
"1:说" = [ { title = "^Signal$|Discord$"; } ];
|
||||||
"2:main" = [ { title = "VSCodium$"; } ];
|
"2:main" = [ { title = "VSCodium$"; } ];
|
||||||
|
@ -224,6 +226,7 @@
|
||||||
|
|
||||||
workspaceAutoBackAndForth = true;
|
workspaceAutoBackAndForth = true;
|
||||||
workspaceLayout = "tabbed";
|
workspaceLayout = "tabbed";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue